1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-05 07:24:05 +02:00

gnu: r-bladderbatch: Update to 1.50.0.

* gnu/packages/bioconductor.scm (r-bladderbatch): Update to 1.50.0.

Change-Id: Ie9bde875c8e4b99ca8ea2cad866940894c433688
This commit is contained in:
Ricardo Wurmus
2026-05-06 13:42:24 +02:00
parent c598a8816e
commit 13e2f76b0f
+2 -2
View File
@@ -2141,14 +2141,14 @@ example with the @code{biotmle} R package.")
(define-public r-bladderbatch
(package
(name "r-bladderbatch")
(version "1.49.0")
(version "1.50.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "bladderbatch" version
'experiment))
(sha256
(base32
"1mxpfbskqsz69abb4niazgs3w0mhwfwqkr1nwarqwvzg8cp4nlch"))))
"0x6yx733b2j1flvphgcgbnbifmkkwri62bbsi5m707vm5cp6q6s3"))))
(properties `((upstream-name . "bladderbatch")))
(build-system r-build-system)
(propagated-inputs (list r-biobase))