guix-commits
[Top][All Lists]
Advanced

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

59/92: gnu: r-rcpp: Update to 0.12.19.


From: Ricardo Wurmus
Subject: 59/92: gnu: r-rcpp: Update to 0.12.19.
Date: Tue, 30 Oct 2018 16:48:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 674c8185608f926837af63fc17fca4f77d7686ee
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 07:48:50 2018 +0100

    gnu: r-rcpp: Update to 0.12.19.
    
    * gnu/packages/cran.scm (r-rcpp): Update to 0.12.19.
---
 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 d4283d2..c206c92 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -566,13 +566,13 @@ you to rapidly iterate while developing a package.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "0.12.18")
+    (version "0.12.19")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "006kpg2ph109rh1l13lqk26pp4as4fvl5661vrcczjygacgd1v7w"))))
+        (base32 "10mmiaawv9iwglc6z4y51mdpsfb1sivqmwr6xnfqkllcnpabdbk3"))))
     (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]