mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-go-db: Update to 3.7.0.
* gnu/packages/bioinformatics.scm (r-go-db): Update to 3.7.0.
This commit is contained in:
parent
13a574652b
commit
13e70f6304
1 changed files with 2 additions and 2 deletions
|
@ -7910,7 +7910,7 @@ (define-public r-genomicfeatures
|
||||||
(define-public r-go-db
|
(define-public r-go-db
|
||||||
(package
|
(package
|
||||||
(name "r-go-db")
|
(name "r-go-db")
|
||||||
(version "3.6.0")
|
(version "3.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
(uri (string-append "https://www.bioconductor.org/packages/"
|
||||||
|
@ -7918,7 +7918,7 @@ (define-public r-go-db
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fi2qywr9apg5lwfqfq9qq6bgrnv4rdhxx25656qn4bsy62i838j"))))
|
"0i3wcf5h3n0dawzc1hy0kv74f06j80c47n4p3g3fmrcxlhi3jpa5"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "GO.db")))
|
`((upstream-name . "GO.db")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue