mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-org-ce-eg-db: Update to 3.18.0.
* gnu/packages/bioconductor.scm (r-org-ce-eg-db): Update to 3.18.0. Change-Id: Id83d4e64b80ce01abdb2fe06735e0af6b7ebac10
This commit is contained in:
parent
297fc0d76c
commit
0adeabcf53
1 changed files with 2 additions and 2 deletions
|
@ -954,13 +954,13 @@ (define-public r-illuminahumanmethylationepicanno-ilm10b4-hg19
|
|||
(define-public r-org-ce-eg-db
|
||||
(package
|
||||
(name "r-org-ce-eg-db")
|
||||
(version "3.7.0")
|
||||
(version "3.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "org.Ce.eg.db" version 'annotation))
|
||||
(sha256
|
||||
(base32
|
||||
"1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))
|
||||
"1fsbrbby6ka2xdsbp8b10nid99w6lkvb7pyn8gv3dsn8p9p6mc5q"))))
|
||||
(properties
|
||||
`((upstream-name . "org.Ce.eg.db")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue