gnu: r-deseq2: Update to 1.22.2.

* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.22.2.
This commit is contained in:
Ricardo Wurmus 2019-01-12 23:00:01 +01:00
parent feb561f721
commit f7e95c50b8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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