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:
Ricardo Wurmus 2017-11-18 10:07:05 +01:00
parent e4664290ce
commit 592f4a9434
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)