guix-commits
[Top][All Lists]
Advanced

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

35/174: gnu: r-rcpp: Update to 1.0.11.


From: guix-commits
Subject: 35/174: gnu: r-rcpp: Update to 1.0.11.
Date: Wed, 12 Jul 2023 08:31:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b4c081561347447ec26a557c67e942342be1c52a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:21 2023 +0200

    gnu: r-rcpp: Update to 1.0.11.
    
    * gnu/packages/cran.scm (r-rcpp): Update to 1.0.11.
---
 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 8dbc17d5c7..6e48e60110 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5550,13 +5550,13 @@ value for each cluster in a dendrogram.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "1.0.10")
+    (version "1.0.11")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "0inmnmi0pqmbqnl00d5yal1bmd7awigxd7sgzjsil9c1k55f4r8y"))))
+        (base32 "0pzssba79z90rax2v02r5m1a6ysljfnvq03r6q2nr72rd0q7qxfz"))))
     (build-system r-build-system)
     (home-page "https://www.rcpp.org";)
     (synopsis "Seamless R and C++ integration")



reply via email to

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