gnu: r-deseq2: Update to 1.24.0.

* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.24.0.
master
Ricardo Wurmus 2019-05-05 23:26:12 +02:00
parent 0183163d1e
commit 9a39193d45
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6680,14 +6680,14 @@ high-throughput sequencing experiments.")
(define-public r-deseq2
(package
(name "r-deseq2")
(version "1.22.2")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DESeq2" version))
(sha256
(base32
"0n5ah84mxn87p45drzy0wh2yknmzj1q5i6gv0v9vgg1lj7awb91r"))))
"0fkk326addm2cw688gnmdzsmri5qx8j6ldnr4xin6kjnwicqhlqd"))))
(properties `((upstream-name . "DESeq2")))
(build-system r-build-system)
(propagated-inputs