guix-commits
[Top][All Lists]
Advanced

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

12/145: gnu: r-rcpp: Update to 1.0.8.3.


From: guix-commits
Subject: 12/145: gnu: r-rcpp: Update to 1.0.8.3.
Date: Tue, 12 Apr 2022 03:36:33 -0400 (EDT)

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

commit 2f48d703f42446890f1a78a84fea373ce4ecb17e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:04 2022 +0200

    gnu: r-rcpp: Update to 1.0.8.3.
    
    * gnu/packages/cran.scm (r-rcpp): Update to 1.0.8.3.
---
 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 0ba869bd0e..8dd8e1141a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3645,13 +3645,13 @@ value for each cluster in a dendrogram.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "1.0.8.2")
+    (version "1.0.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "01bvqlbg8qkc9z3gasz1ga5dwlpilknb05ikj79a055718djxgif"))))
+        (base32 "1gzqfn1xjawzig30ama3rldykqpcn6bd8sg684mrfvpmv96bi9cx"))))
     (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]