diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-13 11:57:33 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-13 14:50:16 +0200 |
| commit | 5d2845186df7f38e67ee58eec34ce85b767c19dc (patch) | |
| tree | fb54431231e33b13d083808a75e8c9060789d379 /gnu | |
| parent | 301621fa0b71da8ff8352553a2e9eeb8d0d7bc0b (diff) | |
gnu: r-biotmle: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-biotmle): Update to 1.32.1.
Change-Id: I21be4c7ca5dbff137bce7a143c22eb9b8f417fe8
Diffstat (limited to 'gnu')
| -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 149141984c4..e5a0d28852f 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". |
