diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-13 11:57:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-13 11:57:33 +0200 |
commit | fbba4949fd61a253a18e51b4b747b744db50b42f (patch) | |
tree | a0c6be0e1880fcf77810b9408eae76c79cda87d5 | |
parent | 438cd05b346473883456bee48439ab6c4d35bfc1 (diff) |
gnu: r-biotmle: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-biotmle): Update to 1.32.1.
Change-Id: I21be4c7ca5dbff137bce7a143c22eb9b8f417fe8
-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 149141984c..e5a0d28852 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -28025,14 +28025,14 @@ help unravel disease regulatory trajectory.") (define-public r-biotmle (package (name "r-biotmle") - (version "1.32.0") + (version "1.32.1") (source (origin (method url-fetch) (uri (bioconductor-uri "biotmle" version)) (sha256 (base32 - "1rlza8x6dc0493ygz69f7cg36zl256nr4yrjmqwwl64spc9ldjxv")))) + "0wic1c2h0bf6r2yv98xcl665lg549gvc1l6av8b2ad6cs13a5fms")))) (properties `((upstream-name . "biotmle"))) (build-system r-build-system) ;; Two tests fail with "BiocParallel errors". |