diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:14 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:31 +0100 |
commit | 44ec429d483f6fba07c93b023ae5357f507d085a (patch) | |
tree | 048aa6e398df86dc14d69e8d73386abdfa2128ab | |
parent | 7a0c779a91244af71de1ef0825582a1cfcb31ce3 (diff) | |
download | guix-44ec429d483f6fba07c93b023ae5357f507d085a.tar.gz guix-44ec429d483f6fba07c93b023ae5357f507d085a.zip |
gnu: r-zellkonverter: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-zellkonverter): Update to 1.8.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 976ca0d1c8..b1ded1bfb5 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7644,13 +7644,13 @@ libraries for systems that do not have these available via other means.") (define-public r-zellkonverter (package (name "r-zellkonverter") - (version "1.6.5") + (version "1.8.0") (source (origin (method url-fetch) (uri (bioconductor-uri "zellkonverter" version)) (sha256 - (base32 "0rxpjkisjj1xjchjjm72k8za5hn48wbdahmbllljvxm5ii6k36k6")))) + (base32 "0b14v6lyhfapmfj8j729k5cmgxc4df6wsk2rds0q4y6z4hiwgmxy")))) (properties `((upstream-name . "zellkonverter"))) (build-system r-build-system) (propagated-inputs |