1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 23:50:33 +02:00

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

* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Update to 3.5.0.
This commit is contained in:
Ricardo Wurmus
2017-11-18 09:59:17 +01:00
parent f3569f5218
commit 19fc299f68

View File

@@ -7557,7 +7557,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.")
(define-public r-org-dm-eg-db
(package
(name "r-org-dm-eg-db")
(version "3.4.0")
(version "3.5.0")
(source (origin
(method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is
@@ -7567,7 +7567,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.")
"org.Dm.eg.db_" version ".tar.gz"))
(sha256
(base32
"1vzbphbrh1cf7xi5cksia9xy9a9l42js2z2qsajvjxvddiphrb7j"))))
"033qak1d3wwz17va0bh8z8p8arx0aw2va6gm1qfwsvdkj9cd9d7d"))))
(properties
`((upstream-name . "org.Dm.eg.db")))
(build-system r-build-system)