me
/
guix
Archived
1
0
Fork 0

gnu: r-gage: Update to 2.50.0.

* gnu/packages/bioconductor.scm (r-gage): Update to 2.50.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -6699,14 +6699,14 @@ microarrays or GRanges for sequencing data.")
(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))