gnu: r-deseq2: Update to 1.14.0.

* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.14.0.
This commit is contained in:
Ricardo Wurmus 2016-10-26 08:45:17 +02:00
parent 1e66e71921
commit e1db8dd813
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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