gnu: r-edger: Update to 3.26.1.

* gnu/packages/bioinformatics.scm (r-edger): Update to 3.26.1.
master
Ricardo Wurmus 2019-05-19 09:25:49 +02:00
parent 2e2e8d4f9e
commit 7c97f45700
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7451,13 +7451,13 @@ names in their natural, rather than lexicographic, order.")
(define-public r-edger
(package
(name "r-edger")
(version "3.26.0")
(version "3.26.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"10zhnybcwacgwcdp5p792njzl4kcafvnnnxbd7mszhxrm1sliqr8"))))
"1bzzlh9bxr7hq7gbqhfyj4fx4v94i7mpg57f3q29p1wd5wx7savk"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs