me
/
guix
Archived
1
0
Fork 0

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

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

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

View File

@ -977,13 +977,13 @@ annotations for the genome of the model worm Caenorhabditis elegans.")
(define-public r-org-dm-eg-db
(package
(name "r-org-dm-eg-db")
(version "3.18.0")
(version "3.19.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "org.Dm.eg.db" version 'annotation))
(sha256
(base32
"1n0rwynw3nl4js104295kff0jk8jwymjk8imm9di6dy6b9s3qsa6"))))
"1sqw38z73sgq66x8qrb5xw0jxyimy7l1hs2iwm7xq9ylzrjw3yj0"))))
(properties
`((upstream-name . "org.Dm.eg.db")))
(build-system r-build-system)