me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Icb7f74c83ff7189c7b02964fcb25bac6610fd790
master
Ricardo Wurmus 2024-01-22 13:44:12 +01:00
parent 8445ad15ec
commit f13e407689
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -998,13 +998,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.7.0")
(version "3.18.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "org.Dr.eg.db" version 'annotation))
(sha256
(base32
"1xs5wsbcpy0iwbjyiv7fax57djqc529ai5fk1qfsdcvlja3cpglx"))))
"1kk5jgbzcqhgwf5p4mpxswqhr9rkirm3fb7maflk61zcn6fs56zc"))))
(properties
`((upstream-name . "org.Dr.eg.db")))
(build-system r-build-system)