gnu: r-edger: Update to 3.22.3.

* gnu/packages/bioinformatics.scm (r-edger): Update to 3.22.3.
This commit is contained in:
Ricardo Wurmus 2018-09-05 13:48:36 +02:00
parent 5728d9c6c0
commit 1adf4596a6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7256,13 +7256,13 @@ (define-public r-genomeinfodb
(define-public r-edger
(package
(name "r-edger")
(version "3.22.2")
(version "3.22.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"07py2g6vg9jbflwhc1hnzr2silbinrjwxq3mkq30nzjgf0n0hrf3"))))
"0w3jv29n0kkaiig8dbbdqy2dkng8xfaihch82mj9ci5hphrx3nng"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs