me
/
guix
Archived
1
0
Fork 0

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

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

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

View File

@ -291,13 +291,13 @@ even help to identify disease associations that are not obvious.")
(define-public r-org-eck12-eg-db
(package
(name "r-org-eck12-eg-db")
(version "3.18.0")
(version "3.19.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "org.EcK12.eg.db" version 'annotation))
(sha256
(base32 "12lqv06n49lwczv5l4h5h6lbfbcqyg9j4csffcdx495scmhc06mc"))))
(base32 "1af2yrbpn58z34jq39qmmwprzsffgxbrs84dsxny4rksa8k6j70s"))))
(properties
`((upstream-name . "org.EcK12.eg.db")))
(build-system r-build-system)