diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 12:55:45 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:24 +0200 |
commit | 331d6c7d3a2f25c6f286dbfc6c19825bb5c2720f (patch) | |
tree | 16d478e38abf2bcbd14cefd9c778460da506cfaf | |
parent | c5c343a7c366ddf761832e3f52d478b324473ff2 (diff) |
gnu: r-manor: Update to 1.76.0.
* gnu/packages/bioconductor.scm (r-manor): Update to 1.76.0.
Change-Id: I7d9cb874f02dc0154f3a79e086af9afd9b286271
-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 f12c8c5ab6..3994f1ba38 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9147,13 +9147,13 @@ package that automatically loads that environment.") (define-public r-manor (package (name "r-manor") - (version "1.74.0") + (version "1.76.0") (source (origin (method url-fetch) (uri (bioconductor-uri "MANOR" version)) (sha256 - (base32 "10zf6c1vx6cp4wg6axpmbpxk2hlmf6mga7rdh765fznwb71r4h0x")))) + (base32 "0mlhv4gy4bxvdm0drwwrm4x48wy0mghzcqhvaw2rhw0h65rmy5ps")))) (properties `((upstream-name . "MANOR"))) (build-system r-build-system) (propagated-inputs (list r-glad)) |