gnu: r-gage: Update to 2.36.0.

* gnu/packages/bioinformatics.scm (r-gage): Update to 2.36.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:06:53 +01:00
parent 48c7ee93b7
commit b342b20a24
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9759,14 +9759,14 @@ (define-public r-keggrest
(define-public r-gage
(package
(name "r-gage")
(version "2.34.0")
(version "2.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gage" version))
(sha256
(base32
"08d5yg7n4rx4xsginc8bx0sycpj06pi1k7i44ff757444p20srwq"))))
"1qxfmg0id19iy3ia8h5nrvk3d1azqb28kl7m08i23654wb6b45c6"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)