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

* gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Update to 3.3.0.
This commit is contained in:
Ricardo Wurmus 2016-09-12 16:34:31 +02:00
parent 5cc7cff6ef
commit 019be09060
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6086,7 +6086,7 @@ annotations for the human genome.")
(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.2.3") (version "3.3.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
@ -6096,7 +6096,7 @@ annotations for the human genome.")
"org.Ce.eg.db_" version ".tar.gz")) "org.Ce.eg.db_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1d0lx00ybq34yqs6mziaa0lrh77xm0ggsmi76g6k95f77gi7m1sw")))) "17mvb2ci2jgac3zi420cbf70n4zswqinzxlk1v2fjnp8vvydl2fw"))))
(properties (properties
`((upstream-name . "org.Ce.eg.db"))) `((upstream-name . "org.Ce.eg.db")))
(build-system r-build-system) (build-system r-build-system)