me
/
guix
Archived
1
0
Fork 0

gnu: r-gage: Update to 2.48.0.

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

View File

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