1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: r-biotmle: Update to 1.32.1.

* gnu/packages/bioconductor.scm (r-biotmle): Update to 1.32.1.

Change-Id: I21be4c7ca5dbff137bce7a143c22eb9b8f417fe8
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:57:33 +02:00
parent 301621fa0b
commit 5d2845186d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -28025,14 +28025,14 @@ help unravel disease regulatory trajectory.")
(define-public r-biotmle (define-public r-biotmle
(package (package
(name "r-biotmle") (name "r-biotmle")
(version "1.32.0") (version "1.32.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "biotmle" version)) (uri (bioconductor-uri "biotmle" version))
(sha256 (sha256
(base32 (base32
"1rlza8x6dc0493ygz69f7cg36zl256nr4yrjmqwwl64spc9ldjxv")))) "0wic1c2h0bf6r2yv98xcl665lg549gvc1l6av8b2ad6cs13a5fms"))))
(properties `((upstream-name . "biotmle"))) (properties `((upstream-name . "biotmle")))
(build-system r-build-system) (build-system r-build-system)
;; Two tests fail with "BiocParallel errors". ;; Two tests fail with "BiocParallel errors".