mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
09ee801fe9
commit
cd5a4ac6df
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue