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
This commit is contained in:
parent
afb439ddf1
commit
a5729ea6ae
1 changed files with 2 additions and 2 deletions
|
@ -1043,13 +1043,13 @@ on mapping using Entrez Gene identifiers.")
|
||||||
(define-public r-org-mm-eg-db
|
(define-public r-org-mm-eg-db
|
||||||
(package
|
(package
|
||||||
(name "r-org-mm-eg-db")
|
(name "r-org-mm-eg-db")
|
||||||
(version "3.18.0")
|
(version "3.19.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "org.Mm.eg.db" version 'annotation))
|
(uri (bioconductor-uri "org.Mm.eg.db" version 'annotation))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i35dfllh8wf7b61ajf33gvclzg3znyx3cgp30vs3hm8ys3nras1"))))
|
"12d8lrf6bxvqzfxzdbxqmjcywy2myhwhi99kxdwpijsczxxfikj7"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "org.Mm.eg.db")))
|
`((upstream-name . "org.Mm.eg.db")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue