diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-09-04 22:00:35 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-09-04 22:01:41 +0200 |
commit | 5e7480350f34e3ca969c6e8039979eec08e89232 (patch) | |
tree | 94164df59dc7f95ee98b184fde207a8e93bbd3fc | |
parent | 7f1358db61211a54c050c5ac8f9403f53f6e35d4 (diff) | |
download | guix-5e7480350f34e3ca969c6e8039979eec08e89232.tar.gz guix-5e7480350f34e3ca969c6e8039979eec08e89232.zip |
gnu: r-rfast: Update to 2.0.0.
* gnu/packages/cran.scm (r-rfast): Update to 2.0.0.
-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 c980e6fde3..2c202e8508 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23024,14 +23024,14 @@ aggregation for comparing different implementations in order to provide a (define-public r-rfast (package (name "r-rfast") - (version "1.9.9") + (version "2.0.0") (source (origin (method url-fetch) (uri (cran-uri "Rfast" version)) (sha256 (base32 - "18m8xhg24kygwhq7avdp1hibilicb5wppi2wdmc36fkqljc274y0")))) + "010dm5h2vayvfbh0zny7i2c7fmn83r2b54849r0b4id3wjpmg3xy")))) (properties `((upstream-name . "Rfast"))) (build-system r-build-system) (propagated-inputs |