guix-commits
[Top][All Lists]
Advanced

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

28/105: gnu: r-fpc: Update to 2.2-5.


From: guix-commits
Subject: 28/105: gnu: r-fpc: Update to 2.2-5.
Date: Wed, 19 Feb 2020 15:47:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c4c3dfdabb830ac9bf6e3bff8323efcd6f58f6ee
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 20:59:33 2020 +0100

    gnu: r-fpc: Update to 2.2-5.
    
    * gnu/packages/statistics.scm (r-fpc): Update to 2.2-5.
---
 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 33ded56..e40c009 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4896,14 +4896,14 @@ of the points.")
 (define-public r-fpc
   (package
     (name "r-fpc")
-    (version "2.2-4")
+    (version "2.2-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fpc" version))
        (sha256
         (base32
-         "1gsnl5sbdg86b2wdrsy6wq83xj6mrziiq7rxa8cqksgljc7gp6yf"))))
+         "10504hzivbn89ip0cd5bcxd36ivbgin1lw1xhyh3xfckcm25v1a5"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-class" ,r-class)



reply via email to

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