mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -7247,7 +7247,7 @@ (define-public r-genomicfeatures
|
|||
(define-public r-go-db
|
||||
(package
|
||||
(name "r-go-db")
|
||||
(version "3.4.0")
|
||||
(version "3.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
||||
|
@ -7255,7 +7255,7 @@ (define-public r-go-db
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02cj8kqi5w39jwcs8gp1dgj08sah262ppxnkz4h3qd0w191y8yyl"))))
|
||||
"02d1mn1al3q7qvhx1ylrr3ar4w4iw0qyi5d89v2336rzwk9maq35"))))
|
||||
(properties
|
||||
`((upstream-name . "GO.db")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue