me
/
guix
Archived
1
0
Fork 0

gnu: r-gage: Update to 2.46.1.

* gnu/packages/bioconductor.scm (r-gage): Update to 2.46.1.
master
Ricardo Wurmus 2022-10-03 18:20:52 +02:00
parent c82320aa21
commit ba6a3e7d39
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4211,14 +4211,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.46.0") (version "2.46.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "gage" version)) (uri (bioconductor-uri "gage" version))
(sha256 (sha256
(base32 (base32
"03hx188h98qrbpjlf8v9sg2vqyfv49rp4c18ir11pg6hwqqrxh7b")))) "01y04jcy7a9fksyhj0nq37n1inkrpqf4qv117lflvipbx0dsw4gl"))))
(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))