gnu: r-gage: Update to 2.48.0.

* gnu/packages/bioconductor.scm (r-gage): Update to 2.48.0.
This commit is contained in:
zimoun 2022-11-17 03:50:10 +01:00 committed by Ricardo Wurmus
parent 3ff9f819f7
commit 0c1edd86f2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5285,14 +5285,14 @@ (define-public r-fastseg
(define-public r-gage
(package
(name "r-gage")
(version "2.46.1")
(version "2.48.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gage" version))
(sha256
(base32
"01y04jcy7a9fksyhj0nq37n1inkrpqf4qv117lflvipbx0dsw4gl"))))
"08qvg1cmrln7w5z33r81kz1zjs8fcj3qbxm1crbsazvb6gdpqyyi"))))
(build-system r-build-system)
(propagated-inputs
(list r-annotationdbi r-go-db r-graph r-keggrest))