me
/
guix
Archived
1
0
Fork 0

gnu: r-org-dr-eg-db: Update to 3.19.1.

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

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

View File

@ -999,13 +999,13 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.")
(define-public r-org-dr-eg-db
(package
(name "r-org-dr-eg-db")
(version "3.18.0")
(version "3.19.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "org.Dr.eg.db" version 'annotation))
(sha256
(base32
"1kk5jgbzcqhgwf5p4mpxswqhr9rkirm3fb7maflk61zcn6fs56zc"))))
"041hp3xhkiwh8vb4zq5kwvrsmp8paqlri6gaj1qy0a5zjlkw0fl6"))))
(properties
`((upstream-name . "org.Dr.eg.db")))
(build-system r-build-system)