guix-commits
[Top][All Lists]
Advanced

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

19/150: gnu: r-rcpp: Update to 1.0.6.


From: guix-commits
Subject: 19/150: gnu: r-rcpp: Update to 1.0.6.
Date: Wed, 20 Jan 2021 11:20:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6967469503792d12c2a84d81873ae4d300a18b53
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:07:56 2021 +0100

    gnu: r-rcpp: Update to 1.0.6.
    
    * gnu/packages/cran.scm (r-rcpp): Update to 1.0.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 4ecedfa..14fa392 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2296,13 +2296,13 @@ you to rapidly iterate while developing a package.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "1.0.5")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "012wbj446k1wz6bp6bpf6h77ypvcsw69xvnax6qf6vyc7dj2qimq"))))
+        (base32 "04ph6lm36cmvz01ng53pvvf3jxvzsn9smyflkfc7l3q0pib4gwn9"))))
     (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]