mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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:
parent
5b87013c93
commit
62e7c74453
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue