guix-commits
[Top][All Lists]
Advanced

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

14/42: gnu: r-rcpp: Update to 1.0.4.6.


From: guix-commits
Subject: 14/42: gnu: r-rcpp: Update to 1.0.4.6.
Date: Tue, 14 Apr 2020 10:44:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f14664aa5ffdfc620de197d334844166bc9cee01
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 16:02:05 2020 +0200

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