diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-14 16:02:05 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-14 16:40:59 +0200 |
commit | f14664aa5ffdfc620de197d334844166bc9cee01 (patch) | |
tree | ef9a51253ebb04ac0e40695a646edf094258ac15 /gnu | |
parent | 2e47488c725502db4e4da9412ef563f4106deb10 (diff) |
gnu: r-rcpp: Update to 1.0.4.6.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.4.6.
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 7e94acfbed..19bb4ebd0c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1727,13 +1727,13 @@ you to rapidly iterate while developing a package.") (define-public r-rcpp (package (name "r-rcpp") - (version "1.0.4") + (version "1.0.4.6") (source (origin (method url-fetch) (uri (cran-uri "Rcpp" version)) (sha256 - (base32 "1m80pdhzi2p82db5xkbwc2m3fzv6df59955yj03nlq40fj7zx4nr")))) + (base32 "00mk23zmrqn1c4mk9d6csjcbnl12wd7yicjk2ikmw5dyvdfngbs5")))) (build-system r-build-system) (home-page "http://www.rcpp.org") (synopsis "Seamless R and C++ integration") |