me
/
guix
Archived
1
0
Fork 0

gnu: r-bsgenome: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-bsgenome): Update to 1.64.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3213,13 +3213,13 @@ effort and encourages consistency.")
(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)