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:
parent
f3569f5218
commit
19fc299f68
|
@ -7557,7 +7557,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.")
|
||||||
(define-public r-org-dm-eg-db
|
(define-public r-org-dm-eg-db
|
||||||
(package
|
(package
|
||||||
(name "r-org-dm-eg-db")
|
(name "r-org-dm-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
|
||||||
|
@ -7567,7 +7567,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.")
|
||||||
"org.Dm.eg.db_" version ".tar.gz"))
|
"org.Dm.eg.db_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vzbphbrh1cf7xi5cksia9xy9a9l42js2z2qsajvjxvddiphrb7j"))))
|
"033qak1d3wwz17va0bh8z8p8arx0aw2va6gm1qfwsvdkj9cd9d7d"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "org.Dm.eg.db")))
|
`((upstream-name . "org.Dm.eg.db")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue