gnu: r-gage: Update to 2.50.0.

* gnu/packages/bioconductor.scm (r-gage): Update to 2.50.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 17:59:53 +02:00
parent 476042884c
commit 70c3d4ac37
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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