gnu: r-edger: Update to 3.26.4.

* gnu/packages/bioinformatics.scm (r-edger): Update to 3.26.4.
master
Ricardo Wurmus 2019-05-29 00:02:17 +02:00
parent 4929a30f69
commit 4eea449aaa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7452,13 +7452,13 @@ names in their natural, rather than lexicographic, order.")
(define-public r-edger
(package
(name "r-edger")
(version "3.26.3")
(version "3.26.4")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"12889lwcray2cw0skzy1xp1y3siiz6n5cwx8ni86m7r671p6zmb2"))))
"013glavk6a1wpyq3q35k343bdp6rf27w30q59i4kf47rp3i37g15"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs