diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-23 03:48:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-23 17:16:40 +0200 |
commit | 51dbad04c58484349389e28e82bb6f93eefd649d (patch) | |
tree | b971cda774acdc00e6ae7dd467b30a12356696eb /gnu | |
parent | 02489a6646b82f90d5b41e8a2c574a3452e4fda0 (diff) | |
download | guix-51dbad04c58484349389e28e82bb6f93eefd649d.tar guix-51dbad04c58484349389e28e82bb6f93eefd649d.tar.gz |
gnu: r-rcpp: Update to 0.12.18.
* gnu/packages/cran.scm (r-rcpp): Update to 0.12.18.
Diffstat (limited to 'gnu')
-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 b541f1c327..d5371f0603 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -482,13 +482,13 @@ processes. Most of its code is based on the @code{psutil} Python package.") (define-public r-rcpp (package (name "r-rcpp") - (version "0.12.17") + (version "0.12.18") (source (origin (method url-fetch) (uri (cran-uri "Rcpp" version)) (sha256 - (base32 "08xg8h3w25sdb3xr18g9pa0x8cirkdgljqapxmw56ss1j9fc89s2")))) + (base32 "006kpg2ph109rh1l13lqk26pp4as4fvl5661vrcczjygacgd1v7w")))) (build-system r-build-system) (home-page "http://www.rcpp.org") (synopsis "Seamless R and C++ integration") |