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

gnu: r-deseq2: Update to 1.14.1.

* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.14.1.
This commit is contained in:
Ricardo Wurmus 2016-12-29 22:09:41 +01:00
parent d0f0579e6f
commit 007ee80277
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5305,14 +5305,14 @@ high-throughput sequencing experiments.")
(define-public r-deseq2
(package
(name "r-deseq2")
(version "1.14.0")
(version "1.14.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DESeq2" version))
(sha256
(base32
"0kq06jy4xg5ii3a9l62f17kirsfx0gsiwq6mhiy985cqzpdn893g"))))
"1walwkqryn1gnwz7zryr5764a0p6ia7ag4w6w9n8fskg8dkg0fqs"))))
(properties `((upstream-name . "DESeq2")))
(build-system r-build-system)
(arguments