mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-bsgenome: Update to 1.66.3.
* gnu/packages/bioconductor.scm (r-bsgenome): Update to 1.66.3.
This commit is contained in:
parent
3f2a917993
commit
d2598f57fb
1 changed files with 2 additions and 2 deletions
|
@ -5409,13 +5409,13 @@ (define-public r-biovizbase
|
|||
(define-public r-bsgenome
|
||||
(package
|
||||
(name "r-bsgenome")
|
||||
(version "1.66.2")
|
||||
(version "1.66.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BSgenome" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p75c52sw464bdqz7dyda9h8k2wsxdpdxxhya5awh977xaly90pf"))))
|
||||
"1ps7s6i9mv8ys8k2xw8fdkh2rl2n3kcf2q4zsz6kcz5qpav95ys6"))))
|
||||
(properties
|
||||
`((upstream-name . "BSgenome")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue