gnu: r-edaseq: Update to 2.14.0.

* gnu/packages/bioinformatics.scm (r-edaseq): Update to 2.14.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 12:07:38 +02:00
parent 749b712677
commit a67dd4c5e9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9826,14 +9826,14 @@ (define-public r-deseq
(define-public r-edaseq
(package
(name "r-edaseq")
(version "2.12.0")
(version "2.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "EDASeq" version))
(sha256
(base32
"07zm89zcivyn2261aq9grqmly8ji482kr9h9dyfknfdfrpv7jpwv"))))
"1832pb3jkim4vrqzb8lajwx9r482bhww5n9nz3s6crvyamlp2dj0"))))
(properties `((upstream-name . "EDASeq")))
(build-system r-build-system)
(propagated-inputs