gnu: r-edger: Update to 3.16.1.

* gnu/packages/bioinformatics.scm (r-edger): Update to 3.16.1.
This commit is contained in:
Ricardo Wurmus 2016-11-03 17:48:22 +01:00
parent e71659162b
commit ed3054231d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6171,13 +6171,13 @@ (define-public r-genomeinfodb
(define-public r-edger
(package
(name "r-edger")
(version "3.16.0")
(version "3.16.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"1qr20j55m35dwzqyzzmla69gk5bzff8v1v2qjh7yd3362wq1ch49"))))
"1r6hhwkqp13m022hjajzr1lnjsbai0yjhykwn0kp1f0la990a808"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs