guix-commits
[Top][All Lists]
Advanced

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

21/124: gnu: r-rcpp: Update to 1.0.9.


From: guix-commits
Subject: 21/124: gnu: r-rcpp: Update to 1.0.9.
Date: Wed, 10 Aug 2022 09:51:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a1cf3f7c2001e2867e92b6ec35a970f37745433e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:19:57 2022 +0200

    gnu: r-rcpp: Update to 1.0.9.
    
    * gnu/packages/cran.scm (r-rcpp): Update to 1.0.9.
---
 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 6851fd1ffa..7de17360ea 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4004,13 +4004,13 @@ value for each cluster in a dendrogram.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "1.0.8.3")
+    (version "1.0.9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "1gzqfn1xjawzig30ama3rldykqpcn6bd8sg684mrfvpmv96bi9cx"))))
+        (base32 "0xli48y9nsj8x8p5vkhisiz4l23g8r2623rn0i4xb5javh3fqz40"))))
     (build-system r-build-system)
     (home-page "http://www.rcpp.org";)
     (synopsis "Seamless R and C++ integration")



reply via email to

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