gnu: r-deseq: Update to 1.36.0.

* gnu/packages/bioinformatics.scm (r-deseq): Update to 1.36.0.
master
Ricardo Wurmus 2019-05-05 23:40:47 +02:00
parent 95f3a46630
commit b765fc4a4c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9530,14 +9530,14 @@ classes.")
(define-public r-deseq
(package
(name "r-deseq")
(version "1.34.1")
(version "1.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DESeq" version))
(sha256
(base32
"0bpiixczbhlyaiinpbl6xrpmv72k2bq76bxnw06gl35m4pgs94p2"))))
"0jppqrikg9qfqcfw5qd3m5c7bag9g23bc0kcpk5zfkk1wv09mnlm"))))
(properties `((upstream-name . "DESeq")))
(build-system r-build-system)
(propagated-inputs