gnu: r-gage: Update to 2.30.0.

* gnu/packages/bioinformatics.scm (r-gage): Update to 2.30.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 12:09:08 +02:00
parent 419e438d52
commit 1ba126e0e4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9977,14 +9977,14 @@ (define-public r-keggrest
(define-public r-gage
(package
(name "r-gage")
(version "2.28.2")
(version "2.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gage" version))
(sha256
(base32
"0h0mlhns9j7cpfksvdlvx9jb7szm3r1dwqb3s4s8p8hmkb9byyii"))))
"0j3cqxy97lpf146wkmdfaq9680gicmzxvhp6w5pxq3j7ipiy7262"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)