diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-04 22:04:14 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-07 22:34:43 +0000 |
commit | e5cd10e99df12d859ac1852fadecc9f53d8bd2b8 (patch) | |
tree | 0c363c33444b2e55951c1248c65bf003eaab1550 | |
parent | 9050a5c7f657ccf350469180b11b04b2a9ec1310 (diff) | |
download | guix-e5cd10e99df12d859ac1852fadecc9f53d8bd2b8.tar.gz |
gnu: r-rots: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-rots): Update to 1.22.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 6dcefe6296..d0276a5330 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -5612,14 +5612,14 @@ information.") (define-public r-rots (package (name "r-rots") - (version "1.20.0") + (version "1.22.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ROTS" version)) (sha256 (base32 - "18wyi73l95df182vg3m014sxwdbpggr61vsbazhyw4vyx2fnzmpl")))) + "0qhy984y83a3nf4zw54rasw3vn932q4zb3gljifkw701jnrzqmki")))) (properties `((upstream-name . "ROTS"))) (build-system r-build-system) (propagated-inputs |