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

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

View File

@ -6060,7 +6060,7 @@ downloaded from Encode.")
(define-public r-org-hs-eg-db (define-public r-org-hs-eg-db
(package (package
(name "r-org-hs-eg-db") (name "r-org-hs-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
@ -6070,7 +6070,7 @@ downloaded from Encode.")
"org.Hs.eg.db_" version ".tar.gz")) "org.Hs.eg.db_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xicgkbh6xkvs74s1piafqac63dyz2ycdyil4pj4ghhxx2sabm6p")))) "09zb43yjd82ny210n5a0wsrji4w56l2r6ana6d9lx0nn9mzd7rzp"))))
(properties (properties
`((upstream-name . "org.Hs.eg.db"))) `((upstream-name . "org.Hs.eg.db")))
(build-system r-build-system) (build-system r-build-system)