guix-commits
[Top][All Lists]
Advanced

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

05/37: gnu: r-rcpp: Update to 1.0.5.


From: guix-commits
Subject: 05/37: gnu: r-rcpp: Update to 1.0.5.
Date: Thu, 16 Jul 2020 04:42:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1b5c263bfc77a9a2249e2fd5d200c5a1e1802c80
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 10 17:49:29 2020 +0200

    gnu: r-rcpp: Update to 1.0.5.
    
    * gnu/packages/cran.scm (r-rcpp): Update to 1.0.5.
---
 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 1ffb3f0..d388f9e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2005,13 +2005,13 @@ you to rapidly iterate while developing a package.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "1.0.4.6")
+    (version "1.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "00mk23zmrqn1c4mk9d6csjcbnl12wd7yicjk2ikmw5dyvdfngbs5"))))
+        (base32 "012wbj446k1wz6bp6bpf6h77ypvcsw69xvnax6qf6vyc7dj2qimq"))))
     (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]