diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:15 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:32 +0100 |
commit | 6f68e3f42d13dab8cfccf4d6dd6ab6bacdc93f9f (patch) | |
tree | 2fb0815b20304b376112dcc5bce5d06105fd1937 | |
parent | 9bb55dfa8d106648028db91f4ba807d17c46683d (diff) | |
download | guix-6f68e3f42d13dab8cfccf4d6dd6ab6bacdc93f9f.tar.gz guix-6f68e3f42d13dab8cfccf4d6dd6ab6bacdc93f9f.zip |
gnu: r-greylistchip: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-greylistchip): Update to 1.30.0.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 247db3c8e1..71221d0995 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7854,13 +7854,13 @@ posterior for individual coefficients.") (define-public r-greylistchip (package (name "r-greylistchip") - (version "1.28.1") + (version "1.30.0") (source (origin (method url-fetch) (uri (bioconductor-uri "GreyListChIP" version)) (sha256 (base32 - "0w52vwvjarql19bsv40b80yn701qx8c9d0clsjhj85wmzj2p6dhg")))) + "02qzvs8fmh79g4cc5j2gxj1wazpmly7vjr527qlsgi3jmc3swxgz")))) (properties `((upstream-name . "GreyListChIP"))) (build-system r-build-system) (propagated-inputs |