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:
Ricardo Wurmus 2024-01-22 13:44:11 +01:00
parent d9de950ac6
commit c5a934df85
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -783,13 +783,13 @@ ID and species. It is used by functions in the GenomeInfoDb package.")
(define-public r-go-db (define-public r-go-db
(package (package
(name "r-go-db") (name "r-go-db")
(version "3.7.0") (version "3.18.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "GO.db" version 'annotation)) (uri (bioconductor-uri "GO.db" version 'annotation))
(sha256 (sha256
(base32 (base32
"0i3wcf5h3n0dawzc1hy0kv74f06j80c47n4p3g3fmrcxlhi3jpa5")))) "0znqa724jvrw2xx696n48lx83kzhivfr7fc9awzgm7nigwg3907m"))))
(properties (properties
`((upstream-name . "GO.db"))) `((upstream-name . "GO.db")))
(build-system r-build-system) (build-system r-build-system)