diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-06 12:37:21 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-06 14:39:13 +0200 |
commit | 69a8ed6a12aec81edfd93e0fcadb4971f082cc11 (patch) | |
tree | 9a20a085a7570a8235993a73f75c93419cc05989 | |
parent | 9948b8e24c81c7c67f0c20b2573f8307e136ee8f (diff) |
gnu: r-rcpp: Update to 0.12.10.
* gnu/packages/statistics.scm (r-rcpp): Update to 0.12.10.
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index da70b19891..e7055574ae 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -814,13 +814,13 @@ Munsell colour system.") (define-public r-rcpp (package (name "r-rcpp") - (version "0.12.8") + (version "0.12.10") (source (origin (method url-fetch) (uri (cran-uri "Rcpp" version)) (sha256 - (base32 "0is1vql1q82g7yakad4skx707ip0fx3rgdwv9a8mi8259gly2qji")))) + (base32 "108p485agxwgmnl9p54vsyy94w96lcimlk08v71ddm77gfl13y2f")))) (build-system r-build-system) (home-page "http://www.rcpp.org") (synopsis "Seamless R and C++ Integration") |