me
/
guix
Archived
1
0
Fork 0

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

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

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

View File

@ -1021,13 +1021,13 @@ based on mapping using Entrez Gene identifiers.")
(define-public r-org-hs-eg-db
(package
(name "r-org-hs-eg-db")
(version "3.18.0")
(version "3.19.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "org.Hs.eg.db" version 'annotation))
(sha256
(base32
"1jn556ql6xknfd34qz4bqh6bgc9rccmz6pk41p7ivlzlslz7bp21"))))
"1xrbf0zmik1j70i6bg5wqvfwz4vcf3vgypan36r1lv6lspsfychr"))))
(properties
`((upstream-name . "org.Hs.eg.db")))
(build-system r-build-system)