me
/
guix
Archived
1
0
Fork 0

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

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

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

View File

@ -1043,13 +1043,13 @@ on mapping using Entrez Gene identifiers.")
(define-public r-org-mm-eg-db
(package
(name "r-org-mm-eg-db")
(version "3.18.0")
(version "3.19.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "org.Mm.eg.db" version 'annotation))
(sha256
(base32
"0i35dfllh8wf7b61ajf33gvclzg3znyx3cgp30vs3hm8ys3nras1"))))
"12d8lrf6bxvqzfxzdbxqmjcywy2myhwhi99kxdwpijsczxxfikj7"))))
(properties
`((upstream-name . "org.Mm.eg.db")))
(build-system r-build-system)