guix-commits
[Top][All Lists]
Advanced

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

02/77: gnu: r-rcpp: Update to 0.12.15.


From: Ricardo Wurmus
Subject: 02/77: gnu: r-rcpp: Update to 0.12.15.
Date: Tue, 13 Feb 2018 10:19:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 33d8699da5c34d1064c7643da8b2e669c1c0fb35
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 14:42:37 2018 +0100

    gnu: r-rcpp: Update to 0.12.15.
    
    * gnu/packages/cran.scm (r-rcpp): Update to 0.12.15.
---
 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 820df99..bc184cb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -95,13 +95,13 @@ error stream.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "0.12.14")
+    (version "0.12.15")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "0qvyxggddyg87lza45hjl0a2prabdyshkqzkz418vi777zygqa6s"))))
+        (base32 "1pnv6sl4vdn69ygmgrb1b3gsigfdcfb56wnzikic93l8gkvdsvxv"))))
     (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]