guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: r-fpc: Update to 2.2-6.


From: guix-commits
Subject: 11/11: gnu: r-fpc: Update to 2.2-6.
Date: Wed, 24 Jun 2020 11:24:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f39ef3aef9bc9ea8533a7ae642977cdc3fd6583f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 24 17:21:40 2020 +0200

    gnu: r-fpc: Update to 2.2-6.
    
    * gnu/packages/statistics.scm (r-fpc): Update to 2.2-6.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f7da0f4..dfd26ab 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4918,14 +4918,14 @@ of the points.")
 (define-public r-fpc
   (package
     (name "r-fpc")
-    (version "2.2-5")
+    (version "2.2-6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fpc" version))
        (sha256
         (base32
-         "10504hzivbn89ip0cd5bcxd36ivbgin1lw1xhyh3xfckcm25v1a5"))))
+         "0lpn951gy58039gk2wh8nsw6qss8m3flkawv55yq3l6373ly79if"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-class" ,r-class)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]