me
/
guix
Archived
1
0
Fork 0

gnu: r-bsgenome: Update to 1.66.1.

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

View File

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