me
/
guix
Archived
1
0
Fork 0

gnu: r-go-db: Update to 3.19.1.

* gnu/packages/bioconductor.scm (r-go-db): Update to 3.19.1.

Change-Id: I894831796ac3121795d76df059b10680e9545ba0
master
Ricardo Wurmus 2024-05-07 12:32:17 +02:00
parent 5cac1ec6c5
commit d85a5a2047
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -784,13 +784,13 @@ ID and species. It is used by functions in the GenomeInfoDb package.")
(define-public r-go-db
(package
(name "r-go-db")
(version "3.18.0")
(version "3.19.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GO.db" version 'annotation))
(sha256
(base32
"0znqa724jvrw2xx696n48lx83kzhivfr7fc9awzgm7nigwg3907m"))))
"199vk4y069yik7fn25pp73nkhs1vaw9km9rcmm1cirncwm2n0vhg"))))
(properties
`((upstream-name . "GO.db")))
(build-system r-build-system)