diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-04 22:04:35 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-07 22:34:52 +0000 |
commit | 8305dd2411c80d67aea6cc7c7deb3ceb6150e144 (patch) | |
tree | d6afec0b2fd8ee98d210d0b216e54858b10ad189 | |
parent | 0837205009b52dd68e4c06b7dffc2f2ada29d9d8 (diff) | |
download | guix-8305dd2411c80d67aea6cc7c7deb3ceb6150e144.tar.gz guix-8305dd2411c80d67aea6cc7c7deb3ceb6150e144.zip |
gnu: r-bigmelon: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.20.0.
[propagated-inputs]: Add r-illuminaio.
-rw-r--r-- | gnu/packages/bioconductor.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index c855b7c4ed..d756574a64 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -10645,14 +10645,14 @@ with multiple R processes supported by the package @code{parallel}.") (define-public r-bigmelon (package (name "r-bigmelon") - (version "1.18.0") + (version "1.20.0") (source (origin (method url-fetch) (uri (bioconductor-uri "bigmelon" version)) (sha256 (base32 - "061f0hc4m4nvdr6298pg3inpx1z2bpsm9nlxqs3v7n58q15xyzri")))) + "0ksbmybi8wsg515b4k9ij1xqqk9i90pyap2wq5w3c49qgc0pqali")))) (properties `((upstream-name . "bigmelon"))) (build-system r-build-system) (propagated-inputs @@ -10660,6 +10660,7 @@ with multiple R processes supported by the package @code{parallel}.") ("r-biocgenerics" ,r-biocgenerics) ("r-gdsfmt" ,r-gdsfmt) ("r-geoquery" ,r-geoquery) + ("r-illuminaio" ,r-illuminaio) ("r-methylumi" ,r-methylumi) ("r-minfi" ,r-minfi) ("r-watermelon" ,r-watermelon))) |