guix-commits
[Top][All Lists]
Advanced

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

15/214: gnu: r-rstpm2: Update to 1.5.6.


From: guix-commits
Subject: 15/214: gnu: r-rstpm2: Update to 1.5.6.
Date: Sat, 28 May 2022 04:37:09 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 9de808206bc5d0269c86ed1ccb19c61d981e7beb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:12 2022 +0200

    gnu: r-rstpm2: Update to 1.5.6.
    
    * gnu/packages/cran.scm (r-rstpm2): Update to 1.5.6.
---
 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 7aa421c5d5..2438c5abfc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2295,14 +2295,14 @@ rules and utility functions for adaptive GH 
quadrature.")
 (define-public r-rstpm2
   (package
     (name "r-rstpm2")
-    (version "1.5.2")
+    (version "1.5.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rstpm2" version))
        (sha256
         (base32
-         "0c6l3z250b2kn6mh2xyb0bd2y5nsbj11n9xfi51dac9s8xq3v7m4"))))
+         "17mhzfxh761vl64ar6pynpj3k2jkhjgbacxsjhkrfkbmy3aiv0d1"))))
     (properties `((upstream-name . "rstpm2")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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