gnu: r-gage: Update to 2.40.0.

* gnu/packages/bioinformatics.scm (r-gage): Update to 2.40.0.
This commit is contained in:
zimoun 2020-10-30 16:01:02 +01:00 committed by Ricardo Wurmus
parent 143437c623
commit 78cadd0fef
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10208,14 +10208,14 @@ (define-public r-keggrest
(define-public r-gage
(package
(name "r-gage")
(version "2.38.3")
(version "2.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gage" version))
(sha256
(base32
"1bqmvjiya1df0b3h491lp1jxahiyidvaf9n094z0sk84x5y3xh2p"))))
"0xm50wgjjjymv71mbv1clnhx4m12nrd1pc6vfplpdqr5q49v3yd5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)