mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-seqbias: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-seqbias): Update to 1.46.0.
This commit is contained in:
parent
63b8d104dc
commit
1f7c82bf0b
1 changed files with 2 additions and 2 deletions
|
@ -13769,14 +13769,14 @@ (define-public r-bigmelon
|
|||
(define-public r-seqbias
|
||||
(package
|
||||
(name "r-seqbias")
|
||||
(version "1.44.0")
|
||||
(version "1.46.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "seqbias" version))
|
||||
(sha256
|
||||
(base32
|
||||
"085nq6pf0bdn17wsbr5jnyy512v7rf67xff9rp5wz47mcifbv6rg"))))
|
||||
"0mc6lv7vkch138n46gk1q1hfhv37mfxjij39q36wa0jy7s8cagfa"))))
|
||||
(properties `((upstream-name . "seqbias")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue