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
This commit is contained in:
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

View File

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