diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-09-14 19:03:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-09-14 19:07:47 +0200 |
commit | e6711231ed2cd592f72ad1c5c5b47de645c65eb4 (patch) | |
tree | 8482e296dcc11296077c807d36dad72c053518cf | |
parent | 0982ffa898acd0757158d454dd12f8bcf9634712 (diff) | |
download | guix-e6711231ed2cd592f72ad1c5c5b47de645c65eb4.tar.gz |
gnu: r-rfast: Update to 2.0.1.
* gnu/packages/cran.scm (r-rfast): Update to 2.0.1.
-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 5a6efa7052..1c4e894228 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23218,14 +23218,14 @@ aggregation for comparing different implementations in order to provide a (define-public r-rfast (package (name "r-rfast") - (version "2.0.0") + (version "2.0.1") (source (origin (method url-fetch) (uri (cran-uri "Rfast" version)) (sha256 (base32 - "010dm5h2vayvfbh0zny7i2c7fmn83r2b54849r0b4id3wjpmg3xy")))) + "1cq3mcg49hsvqhwn6f4dgsx7f8ma4qnwr5n6s7m22qy57rg31958")))) (properties `((upstream-name . "Rfast"))) (build-system r-build-system) (propagated-inputs |