mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: r-org-ce-eg-db: Update to 3.19.1.
* gnu/packages/bioconductor.scm (r-org-ce-eg-db): Update to 3.19.1. Change-Id: If5ae28c7f68194c7e6dc1b849932417ec1679ec9
This commit is contained in:
parent
d85a5a2047
commit
30be3f2fc8
1 changed files with 2 additions and 2 deletions
|
@ -955,13 +955,13 @@ (define-public r-illuminahumanmethylationepicanno-ilm10b4-hg19
|
|||
(define-public r-org-ce-eg-db
|
||||
(package
|
||||
(name "r-org-ce-eg-db")
|
||||
(version "3.18.0")
|
||||
(version "3.19.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "org.Ce.eg.db" version 'annotation))
|
||||
(sha256
|
||||
(base32
|
||||
"1fsbrbby6ka2xdsbp8b10nid99w6lkvb7pyn8gv3dsn8p9p6mc5q"))))
|
||||
"0vg6nw4qzj8janmkv6k2z471m3l4xnd1h232h0w5i53b20c7p6ys"))))
|
||||
(properties
|
||||
`((upstream-name . "org.Ce.eg.db")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue