mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-bsgenome: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-bsgenome): Update to 1.64.0.
This commit is contained in:
parent
6479274a0b
commit
417481b3b0
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue