mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-greylistchip: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-greylistchip): Update to 1.32.0.
This commit is contained in:
parent
ef2994f256
commit
4985c9601e
1 changed files with 2 additions and 2 deletions
|
@ -9953,13 +9953,13 @@ (define-public r-apeglm
|
|||
(define-public r-greylistchip
|
||||
(package
|
||||
(name "r-greylistchip")
|
||||
(version "1.30.0")
|
||||
(version "1.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GreyListChIP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02qzvs8fmh79g4cc5j2gxj1wazpmly7vjr527qlsgi3jmc3swxgz"))))
|
||||
"1sfpf9msnzyrc8b0xzc2406bq2gkcwrrhv7fa9ynqv2ip6xwsc8s"))))
|
||||
(properties `((upstream-name . "GreyListChIP")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue