me
/
guix
Archived
1
0
Fork 0

gnu: r-bladderbatch: Update to 1.40.0.

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

Change-Id: I2d5ec797815dd0101da8692b1fa320020c33ab85
master
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
1 changed files with 2 additions and 2 deletions

View File

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