gnu: r-go-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-go-db): Update to 3.5.0.
This commit is contained in:
parent
e4664290ce
commit
592f4a9434
|
@ -7247,7 +7247,7 @@ extracting the desired features in a convenient format.")
|
||||||
(define-public r-go-db
|
(define-public r-go-db
|
||||||
(package
|
(package
|
||||||
(name "r-go-db")
|
(name "r-go-db")
|
||||||
(version "3.4.0")
|
(version "3.5.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/"
|
||||||
|
@ -7255,7 +7255,7 @@ extracting the desired features in a convenient format.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02cj8kqi5w39jwcs8gp1dgj08sah262ppxnkz4h3qd0w191y8yyl"))))
|
"02d1mn1al3q7qvhx1ylrr3ar4w4iw0qyi5d89v2336rzwk9maq35"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "GO.db")))
|
`((upstream-name . "GO.db")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue