me
/
guix
Archived
1
0
Fork 0

gnu: r-edger: Update to 3.20.2.

* gnu/packages/bioinformatics.scm (r-edger): Update to 3.20.2.
master
Ricardo Wurmus 2017-12-19 20:06:13 +01:00
parent 7665fb39f5
commit ab0dd8ac10
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6973,13 +6973,13 @@ names in their natural, rather than lexicographic, order.")
(define-public r-edger
(package
(name "r-edger")
(version "3.20.1")
(version "3.20.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"01qnxwr9rmz8r5ga3hvjk632365ga2aygx71mxkk7jiad2pjznsp"))))
"0j5s3i33qmld9l7gs1rzpv601zxyqz711x8mq35hml088c8s99w9"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs