guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: r-rcpp: Update to 0.12.13.


From: Ricardo Wurmus
Subject: 05/07: gnu: r-rcpp: Update to 0.12.13.
Date: Thu, 28 Sep 2017 16:00:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d311292b2024e098f4fdc15d17a4990497a0cf01
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Sep 28 21:31:32 2017 +0200

    gnu: r-rcpp: Update to 0.12.13.
    
    * gnu/packages/cran.scm (r-rcpp): Update to 0.12.13.
---
 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 409894e..2e84085 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -92,13 +92,13 @@ error stream.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "0.12.12")
+    (version "0.12.13")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "1byyqvlgb2p46p1gv243k73rk69fa8pa4l5m5asmckag2pkb2glz"))))
+        (base32 "1bm84yc48475plgsnnbvzi6nzkixpnfw8ry86ax63f9g524asw55"))))
     (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]