diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-12-19 22:59:44 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-12-20 12:09:31 +0100 |
commit | 64ed2e8380eff18628c03a75a5fcdbb383e6f38a (patch) | |
tree | 9d2015482449261943668ab357808b4954673d11 /gnu | |
parent | f4e4e82483a02a6158dd1979cc5fc9487a6446f5 (diff) | |
download | guix-64ed2e8380eff18628c03a75a5fcdbb383e6f38a.tar.gz |
gnu: r-ancombc: Update to 2.0.2.
* gnu/packages/bioconductor.scm (r-ancombc): Update to 2.0.2.
Diffstat (limited to 'gnu')
-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 29768dc7c2..11d5a3c0cb 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2334,13 +2334,13 @@ analysis, modelling, and visualization of spike-in controls.") (define-public r-ancombc (package (name "r-ancombc") - (version "2.0.1") + (version "2.0.2") (source (origin (method url-fetch) (uri (bioconductor-uri "ANCOMBC" version)) (sha256 (base32 - "1bwzvi6j3s66dcll1lb4xy25j4nfn1ln6mc3flh0wgy13l26x8m6")))) + "0dlinv4vhxgni8ygzvfw8pbc6d1v9x5chhrpxblhs2c65bkgyxz5")))) (properties `((upstream-name . "ANCOMBC"))) (build-system r-build-system) (propagated-inputs |