mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-greylistchip: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-greylistchip): Update to 1.36.0. Change-Id: If072acdcf878e86c95f1f66a13b899cfc9adc2b7
This commit is contained in:
parent
aaac3ebdc8
commit
65d1491d69
1 changed files with 2 additions and 2 deletions
|
@ -12960,13 +12960,13 @@ (define-public r-apeglm
|
|||
(define-public r-greylistchip
|
||||
(package
|
||||
(name "r-greylistchip")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GreyListChIP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k974cvfbkl8ffn7k2la843bv2pf33cr5f6fahiiy24d68lxwifr"))))
|
||||
"0dj3pcycnjll8z1r61l6gnjvq74w2l0glrx6hqwcqvk5j7ixcdz7"))))
|
||||
(properties `((upstream-name . "GreyListChIP")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue