mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: r-go-db: Update to 3.18.0.
* gnu/packages/bioconductor.scm (r-go-db): Update to 3.18.0. Change-Id: I90ff2421b742369847353aaf32cf8bc4651afda7
This commit is contained in:
parent
d9de950ac6
commit
c5a934df85
1 changed files with 2 additions and 2 deletions
|
@ -783,13 +783,13 @@ (define-public r-genomeinfodbdata
|
|||
(define-public r-go-db
|
||||
(package
|
||||
(name "r-go-db")
|
||||
(version "3.7.0")
|
||||
(version "3.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GO.db" version 'annotation))
|
||||
(sha256
|
||||
(base32
|
||||
"0i3wcf5h3n0dawzc1hy0kv74f06j80c47n4p3g3fmrcxlhi3jpa5"))))
|
||||
"0znqa724jvrw2xx696n48lx83kzhivfr7fc9awzgm7nigwg3907m"))))
|
||||
(properties
|
||||
`((upstream-name . "GO.db")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue