me
/
guix
Archived
1
0
Fork 0

gnu: r-deseq2: Update to 1.14.1.

* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.14.1.
master
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
1 changed files with 2 additions and 2 deletions

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