diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 17:59:56 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:27:57 +0200 |
commit | 3c8d7bd3c6c0949986e5a870d3ca2d607f5184bb (patch) | |
tree | 670b7ea1019ac3f2df6a673f3af5808fa47933fc | |
parent | 6e5c2c48df8da50be50e7b0070e056ea4e7b4d90 (diff) | |
download | guix-3c8d7bd3c6c0949986e5a870d3ca2d607f5184bb.tar.gz guix-3c8d7bd3c6c0949986e5a870d3ca2d607f5184bb.zip |
gnu: r-manor: Update to 1.72.0.
* gnu/packages/bioconductor.scm (r-manor): Update to 1.72.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 3efafc3c81..57ad768264 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7382,13 +7382,13 @@ package that automatically loads that environment.") (define-public r-manor (package (name "r-manor") - (version "1.70.0") + (version "1.72.0") (source (origin (method url-fetch) (uri (bioconductor-uri "MANOR" version)) (sha256 - (base32 "16b30bmyzml97cjdbh6h9ky5c4h5ws2a3g2xkxnd55sd3jg64jgx")))) + (base32 "0ili9xy7vvw17mz44lxadv1vkf3ahpks2l34qa9yfccpalwhzriw")))) (properties `((upstream-name . "MANOR"))) (build-system r-build-system) (propagated-inputs (list r-glad)) |