mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
fc7683fa30
commit
76bd16bcf6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue