me
/
guix
Archived
1
0
Fork 0

gnu: r-gage: Update to 2.52.0.

* gnu/packages/bioconductor.scm (r-gage): Update to 2.52.0.

Change-Id: I673e00aaf9e901e17b3167cc6c32e55b90003734
master
Ricardo Wurmus 2023-11-03 16:56:21 +01:00
parent cdb009029b
commit 149021491d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7341,14 +7341,14 @@ microarrays or GRanges for sequencing data.")
(define-public r-gage (define-public r-gage
(package (package
(name "r-gage") (name "r-gage")
(version "2.50.0") (version "2.52.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "gage" version)) (uri (bioconductor-uri "gage" version))
(sha256 (sha256
(base32 (base32
"16wx2w70i12420022xz2zx8pizzyxb7z1pcmqn515cs89f1qcnli")))) "0bm5hvy3cdcm46527w45mnnnk95qm28xzdk1m53615gh55ix4iy8"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-annotationdbi r-go-db r-graph r-keggrest)) (list r-annotationdbi r-go-db r-graph r-keggrest))