diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 17:59:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:27:57 +0200 |
commit | 07a18fe5246de1846c4e14e19b401d1b2ea4d27c (patch) | |
tree | c451c3a931b03ec29662a772e5bc73513a224917 | |
parent | bc5d14d2465f33d939c621ef5097510aa88308e2 (diff) | |
download | guix-07a18fe5246de1846c4e14e19b401d1b2ea4d27c.tar.gz guix-07a18fe5246de1846c4e14e19b401d1b2ea4d27c.zip |
gnu: r-rcas: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-rcas): Update to 1.26.0.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index c7b018db03..17c3e04929 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8292,13 +8292,13 @@ the graph algorithms contained in the Boost library.") (define-public r-rcas (package (name "r-rcas") - (version "1.24.0") + (version "1.26.0") (source (origin (method url-fetch) (uri (bioconductor-uri "RCAS" version)) (sha256 (base32 - "0wja7m3b3zr0m8nwcq5m5appsr09jdwkvvvxzh2r5mhksn0abs6p")))) + "073fhbh0pzyca90q2irbaiwj21sci8jf9ksflx9pm9fr1giy37i4")))) (properties `((upstream-name . "RCAS"))) (build-system r-build-system) (propagated-inputs |