gnu: r-org-ce-eg-db: Update to 3.7.0.

* gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Update to 3.7.0.
This commit is contained in:
Ricardo Wurmus 2018-11-13 23:28:05 +01:00
parent fc7683fa30
commit 76bd16bcf6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8175,7 +8175,7 @@ on mapping using Entrez Gene identifiers.")
(define-public r-org-ce-eg-db (define-public r-org-ce-eg-db
(package (package
(name "r-org-ce-eg-db") (name "r-org-ce-eg-db")
(version "3.5.0") (version "3.7.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
@ -8185,7 +8185,7 @@ on mapping using Entrez Gene identifiers.")
"org.Ce.eg.db_" version ".tar.gz")) "org.Ce.eg.db_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"02ggchixlmzywhsbr0h2ms4dravv7m5964cjxqcjxqs16vjwlbk9")))) "1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))
(properties (properties
`((upstream-name . "org.Ce.eg.db"))) `((upstream-name . "org.Ce.eg.db")))
(build-system r-build-system) (build-system r-build-system)