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

* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): Update to 3.5.0.
This commit is contained in:
Ricardo Wurmus 2017-11-18 09:53:02 +01:00
parent 57dc9b58db
commit f3569f5218
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7583,7 +7583,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.")
(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.4.0") (version "3.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is ;; We cannot use bioconductor-uri here because this tarball is
@ -7593,7 +7593,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.")
"org.Mm.eg.db_" version ".tar.gz")) "org.Mm.eg.db_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1lykjqjaf01fmgg3cvfcvwd5xjq6zc5vbxnm5r4l32fzvl89q50c")))) "11q21p3ki4bn4hb3aix0g775l45l66jmas6m94nfhqqnpjhv4d6g"))))
(properties (properties
`((upstream-name . "org.Mm.eg.db"))) `((upstream-name . "org.Mm.eg.db")))
(build-system r-build-system) (build-system r-build-system)