gnu: r-deseq: Update to 1.32.0.

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

View file

@ -9795,14 +9795,14 @@ (define-public r-aroma-light
(define-public r-deseq
(package
(name "r-deseq")
(version "1.30.0")
(version "1.32.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DESeq" version))
(sha256
(base32
"0mn5w3cy16iwwk8zxs7za6aa6cnrca75z0g45zd5zh1py5d7nfv9"))))
"0ykxw8ksif026xy25wx50j2sdsrp156aqkmhcgfjkpgcw699glnm"))))
(properties `((upstream-name . "DESeq")))
(build-system r-build-system)
(propagated-inputs