mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-greylistchip: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-greylistchip): Update to 1.34.0. Change-Id: I9f10a21502160eceb32cbc65c3d98c462062d4a7
This commit is contained in:
parent
41a5c3f69a
commit
41219277e1
1 changed files with 2 additions and 2 deletions
|
@ -11594,13 +11594,13 @@ (define-public r-apeglm
|
|||
(define-public r-greylistchip
|
||||
(package
|
||||
(name "r-greylistchip")
|
||||
(version "1.32.1")
|
||||
(version "1.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GreyListChIP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z89yikglx077x18qhq6f8f2fa9xni12jz8my9p5sa6zmvnj4dnm"))))
|
||||
"1k974cvfbkl8ffn7k2la843bv2pf33cr5f6fahiiy24d68lxwifr"))))
|
||||
(properties `((upstream-name . "GreyListChIP")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue