diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 16:58:33 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:16 +0100 |
commit | 9f7a451e6b22ed20a714abc3562bd0534fc21dde (patch) | |
tree | 245e7506f025437f06d9a2cb050f5b5a46428e2d | |
parent | 30cecc4883360fa96c42a11860716691cba37ff1 (diff) | |
download | guix-9f7a451e6b22ed20a714abc3562bd0534fc21dde.tar.gz guix-9f7a451e6b22ed20a714abc3562bd0534fc21dde.zip |
gnu: r-manor: Update to 1.74.0.
* gnu/packages/bioconductor.scm (r-manor): Update to 1.74.0.
Change-Id: I646db2726748aefdd8f6a437571cd5e9ad613862
-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 574c319387..807f3ddbd3 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8412,13 +8412,13 @@ package that automatically loads that environment.") (define-public r-manor (package (name "r-manor") - (version "1.72.0") + (version "1.74.0") (source (origin (method url-fetch) (uri (bioconductor-uri "MANOR" version)) (sha256 - (base32 "0ili9xy7vvw17mz44lxadv1vkf3ahpks2l34qa9yfccpalwhzriw")))) + (base32 "10zf6c1vx6cp4wg6axpmbpxk2hlmf6mga7rdh765fznwb71r4h0x")))) (properties `((upstream-name . "MANOR"))) (build-system r-build-system) (propagated-inputs (list r-glad)) |