guix-commits
[Top][All Lists]
Advanced

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

76/212: gnu: r-rcppalgos: Update to 2.7.1.


From: guix-commits
Subject: 76/212: gnu: r-rcppalgos: Update to 2.7.1.
Date: Sat, 18 Feb 2023 14:01:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 92996040e70322a77d5ed508014007b6aaf51d1e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:31 2023 +0100

    gnu: r-rcppalgos: Update to 2.7.1.
    
    * gnu/packages/cran.scm (r-rcppalgos): Update to 2.7.1.
---
 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 dc016afb6c..48fd0fcdd7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15134,13 +15134,13 @@ address a bug.")
 (define-public r-rcppalgos
   (package
     (name "r-rcppalgos")
-    (version "2.6.0")
+    (version "2.7.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "RcppAlgos" version))
               (sha256
                (base32
-                "11dvh0ba3chsqf3vw8g9h1754arxgwqryayavx3n6vm5daz2krqa"))))
+                "1js4h78szdfszphrbb0rh7hvr1hx0gp8lqxy67l4qvszcqj08wy1"))))
     (properties `((upstream-name . "RcppAlgos")))
     (build-system r-build-system)
     (inputs (list gmp))



reply via email to

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