gnu: r-bsgenome: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-bsgenome): Update to 1.64.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:44:36 +02:00
parent 6479274a0b
commit 417481b3b0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3213,13 +3213,13 @@ (define-public r-biovizbase
(define-public r-bsgenome
(package
(name "r-bsgenome")
(version "1.62.0")
(version "1.64.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BSgenome" version))
(sha256
(base32
"1b023dpy8ygq0kd6qy0mk97c66gzpf39y2s0n89kmv61z5sg0jyi"))))
"17gqrmaf6xxghgrzcansl9gfw3ghkrqp87swlnwgyghqvflr5qxc"))))
(properties
`((upstream-name . "BSgenome")))
(build-system r-build-system)