guix-commits
[Top][All Lists]
Advanced

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

61/89: gnu: r-rpf: Update to 1.0.5.


From: guix-commits
Subject: 61/89: gnu: r-rpf: Update to 1.0.5.
Date: Mon, 5 Oct 2020 18:35:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e05869ba23145308668781449a416802bfc3b353
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:44:59 2020 +0200

    gnu: r-rpf: Update to 1.0.5.
    
    * gnu/packages/cran.scm (r-rpf): Update to 1.0.5.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2a67f1f..c6fec96 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20834,14 +20834,14 @@ and analyze Stan models.")
 (define-public r-rpf
   (package
     (name "r-rpf")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rpf" version))
        (sha256
         (base32
-         "17crcgsbcsh0c00n7bgdqfnd7n1vzz7drfxjs7d18253yl5x44pl"))))
+         "0kz7i7g3l16irz6bxgnkxdmmd931m1fk6rl72dvs21ir5brr010l"))))
     (properties `((upstream-name . "rpf")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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