diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-03-12 23:04:20 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-03-15 20:18:44 +0100 |
commit | a743923d23b1f586a6e58d18ac7a60c916c95e6b (patch) | |
tree | df1f843b13ed2e3a5beb2683b9c835dd3ecc1431 /gnu | |
parent | 79a8f31d8f1df96aef597438bdb34555d4ec5740 (diff) | |
download | guix-a743923d23b1f586a6e58d18ac7a60c916c95e6b.tar.gz guix-a743923d23b1f586a6e58d18ac7a60c916c95e6b.zip |
gnu: r-rcppthread: Update to 2.0.2.
* gnu/packages/cran.scm (r-rcppthread): Update to 2.0.2.
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 de16acad41..5840413441 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3427,14 +3427,14 @@ and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see (define-public r-rcppthread (package (name "r-rcppthread") - (version "2.0.1") + (version "2.0.2") (source (origin (method url-fetch) (uri (cran-uri "RcppThread" version)) (sha256 (base32 - "1hcxdk9mhsnrgg2bp7ls165abwb7b5grgh1gvf2i7sqrf9ggwa09")))) + "1hkv4074b1lm60rgryhl6167axbc54ci2qxlsan079ak6vzlx31b")))) (properties `((upstream-name . "RcppThread"))) (build-system r-build-system) (home-page |