gnu: r-gage: Update to 2.42.0.

* gnu/packages/bioconductor.scm (r-gage): Update to 2.42.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:44 +02:00
parent ff59b34dc3
commit f22f4caa69
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2817,14 +2817,14 @@ (define-public r-fastseg
(define-public r-gage
(package
(name "r-gage")
(version "2.40.2")
(version "2.42.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gage" version))
(sha256
(base32
"1bs0hx8sqiyl08dqn2zx31kbv5aci4xvrs71pplx2yxal3jf5178"))))
"0z7hrwdm6my6p7z04bcpfhqk72pd0s1bdzvsiiym59qj79fbvb83"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)