3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-edaseq: Update to 2.18.0.

* gnu/packages/bioinformatics.scm (r-edaseq): Update to 2.18.0.
This commit is contained in:
Ricardo Wurmus 2019-05-05 23:40:55 +02:00
parent b765fc4a4c
commit 975b72fa10
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9561,14 +9561,14 @@ distribution.")
(define-public r-edaseq
(package
(name "r-edaseq")
(version "2.16.3")
(version "2.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "EDASeq" version))
(sha256
(base32
"0559ph606ps2g9bwbl0a2knkcs5w581n9igngpjxvk5p56k24gb5"))))
"0mmc9bij17w4mfwcc566zbj5fvqgl8gfqs0qvj6ri4mbcql9jxb3"))))
(properties `((upstream-name . "EDASeq")))
(build-system r-build-system)
(propagated-inputs