guix-commits
[Top][All Lists]
Advanced

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

116/158: gnu: r-rpf: Update to 1.0.14.


From: guix-commits
Subject: 116/158: gnu: r-rpf: Update to 1.0.14.
Date: Mon, 28 Aug 2023 11:11:46 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6aeb28b823c8a95b7aa2478d006c349291a029b5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:21:06 2023 +0200

    gnu: r-rpf: Update to 1.0.14.
    
    * gnu/packages/cran.scm (r-rpf): Update to 1.0.14.
---
 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 c78af31635..a834e2e9f2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30637,14 +30637,14 @@ and analyze Stan models.")
 (define-public r-rpf
   (package
     (name "r-rpf")
-    (version "1.0.11")
+    (version "1.0.14")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rpf" version))
        (sha256
         (base32
-         "1yr1i7kswq57mcxv05lh7bvbicz1djqxcl6f13dlgsf3ww56gzg1"))))
+         "15pp6fdqxngsmcibxfzv72g25q3ww3hrazsl4c5fgi0fh450kfz4"))))
     (properties `((upstream-name . "rpf")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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