gnu: r-bsgenome: Update to 1.66.1.

* gnu/packages/bioconductor.scm (r-bsgenome): Update to 1.66.1.
This commit is contained in:
zimoun 2022-11-17 03:50:09 +01:00 committed by Ricardo Wurmus
parent 3e945a87e0
commit bebf55cbd6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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