gnu: r-bladderbatch: Update to 1.42.0.

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

Change-Id: I49350259fef502e59368e4dc0894dcf52db33917
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:32:20 +02:00
parent 5b87013c93
commit 62e7c74453
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1654,14 +1654,14 @@ (define-public r-bcellviper
(define-public r-bladderbatch
(package
(name "r-bladderbatch")
(version "1.40.0")
(version "1.42.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "bladderbatch" version
'experiment))
(sha256
(base32
"19dgvdbxsswy1fl68wwf4ifplppm1blzjw1dr06mz0yjq80a7rvl"))))
"00cgkpa6mb32q3xl5clkpdh5rkwx7c81rxmyh2qr0jpwpmd3gjwc"))))
(properties `((upstream-name . "bladderbatch")))
(build-system r-build-system)
(propagated-inputs (list r-biobase))