diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-05-31 12:27:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-05-31 13:21:31 +0200 |
commit | c81497b1416fbca75f19bf7df7ac8f36af62e1d2 (patch) | |
tree | c52c616bddf57b6ec645a98ed05ce26e475752b2 | |
parent | 5479e3e63976b0b4a46a9cdff7e1d16c1d4acc0f (diff) |
gnu: r-rcpp: Update to 0.12.17.
* gnu/packages/cran.scm (r-rcpp): Update to 0.12.17.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 58c42c29d3..b97408f8a4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -428,13 +428,13 @@ error stream.") (define-public r-rcpp (package (name "r-rcpp") - (version "0.12.16") + (version "0.12.17") (source (origin (method url-fetch) (uri (cran-uri "Rcpp" version)) (sha256 - (base32 "1rm8hcy72p1jvxikvmkwg20pjqmvmfvqb45lfghmddp2adp67qfl")))) + (base32 "08xg8h3w25sdb3xr18g9pa0x8cirkdgljqapxmw56ss1j9fc89s2")))) (build-system r-build-system) (home-page "http://www.rcpp.org") (synopsis "Seamless R and C++ integration") |