mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -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
|
(define-public r-greylistchip
|
||||||
(package
|
(package
|
||||||
(name "r-greylistchip")
|
(name "r-greylistchip")
|
||||||
(version "1.30.0")
|
(version "1.32.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GreyListChIP" version))
|
(uri (bioconductor-uri "GreyListChIP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02qzvs8fmh79g4cc5j2gxj1wazpmly7vjr527qlsgi3jmc3swxgz"))))
|
"1sfpf9msnzyrc8b0xzc2406bq2gkcwrrhv7fa9ynqv2ip6xwsc8s"))))
|
||||||
(properties `((upstream-name . "GreyListChIP")))
|
(properties `((upstream-name . "GreyListChIP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue