gnu: r-bladderbatch: Update to 1.40.0.

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

Change-Id: I2d5ec797815dd0101da8692b1fa320020c33ab85
This commit is contained in:
Ricardo Wurmus 2024-01-22 13:44:13 +01:00
parent 09ee801fe9
commit cd5a4ac6df
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1653,14 +1653,14 @@ dataset for the examples in package viper.")
(define-public r-bladderbatch (define-public r-bladderbatch
(package (package
(name "r-bladderbatch") (name "r-bladderbatch")
(version "1.34.0") (version "1.40.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "bladderbatch" version (uri (bioconductor-uri "bladderbatch" version
'experiment)) 'experiment))
(sha256 (sha256
(base32 (base32
"1dpbaqsqizyi99r0imf5m4lndhhrkyiaqii9bi8rp18fjbjdd72k")))) "19dgvdbxsswy1fl68wwf4ifplppm1blzjw1dr06mz0yjq80a7rvl"))))
(properties `((upstream-name . "bladderbatch"))) (properties `((upstream-name . "bladderbatch")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-biobase)) (propagated-inputs (list r-biobase))