mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define-public r-org-hs-eg-db
|
|||
(define-public r-org-ce-eg-db
|
||||
(package
|
||||
(name "r-org-ce-eg-db")
|
||||
(version "3.5.0")
|
||||
(version "3.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; We cannot use bioconductor-uri here because this tarball is
|
||||
|
@ -8185,7 +8185,7 @@ (define-public r-org-ce-eg-db
|
|||
"org.Ce.eg.db_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02ggchixlmzywhsbr0h2ms4dravv7m5964cjxqcjxqs16vjwlbk9"))))
|
||||
"1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))
|
||||
(properties
|
||||
`((upstream-name . "org.Ce.eg.db")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue