diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 15:52:41 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:28 +0100 |
commit | dc7c6368edd3441705e44162b9b8e7e3cc780dc9 (patch) | |
tree | 8d30711274248f60119d297a34159e0e4a45d233 /gnu | |
parent | a3af40eaf57d4f707c6f6ec2ad346de10201ea63 (diff) | |
download | guix-dc7c6368edd3441705e44162b9b8e7e3cc780dc9.tar.gz guix-dc7c6368edd3441705e44162b9b8e7e3cc780dc9.zip |
gnu: r-wrench: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.8.0.
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 029000fd90..f9ac706ffa 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -5207,14 +5207,14 @@ data for high-throughput, untargeted analyte profiling.") (define-public r-wrench (package (name "r-wrench") - (version "1.6.0") + (version "1.8.0") (source (origin (method url-fetch) (uri (bioconductor-uri "Wrench" version)) (sha256 (base32 - "05dyk3yvbqrzvinv3ig8ad9wffwr14z715cicsbxwxpv5lq84wx6")))) + "01z7rd9fn6cpab3dxgwfpfjlq6vsqb8jhbzvhcqn9v2vqc2pridx")))) (properties `((upstream-name . "Wrench"))) (build-system r-build-system) (propagated-inputs |