gnu: r-rcpp: Update to 0.12.16.
authorRicardo Wurmus <rekado@elephly.net>
Sat, 21 Apr 2018 06:38:39 +0000 (08:38 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Sat, 21 Apr 2018 21:07:52 +0000 (23:07 +0200)
* gnu/packages/cran.scm (r-rcpp): Update to 0.12.16.

gnu/packages/cran.scm

index 39d4add..8316f39 100644 (file)
@@ -426,13 +426,13 @@ error stream.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "0.12.15")
+    (version "0.12.16")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "1pnv6sl4vdn69ygmgrb1b3gsigfdcfb56wnzikic93l8gkvdsvxv"))))
+        (base32 "1rm8hcy72p1jvxikvmkwg20pjqmvmfvqb45lfghmddp2adp67qfl"))))
     (build-system r-build-system)
     (home-page "http://www.rcpp.org")
     (synopsis "Seamless R and C++ integration")