mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-airway: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-airway): Update to 1.28.0. Change-Id: Ieb1826ed0355850310f2afb6e50ff7c320d1d19d
This commit is contained in:
parent
3ca5b6b7c4
commit
45244ba92e
1 changed files with 2 additions and 2 deletions
|
@ -2026,14 +2026,14 @@ albumin} (HSA).")
|
||||||
(define-public r-airway
|
(define-public r-airway
|
||||||
(package
|
(package
|
||||||
(name "r-airway")
|
(name "r-airway")
|
||||||
(version "1.27.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "airway" version
|
(uri (bioconductor-uri "airway" version
|
||||||
'experiment))
|
'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qc9q169gw13d5hm59vh6n1saxyrlz3mw475mm2lwxaws4laf984"))))
|
(base32 "0dyw6plyvgf5dayirjrbgahgvfycr6ir8712zx3403ibg01ddlr0"))))
|
||||||
(properties `((upstream-name . "airway")))
|
(properties `((upstream-name . "airway")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-summarizedexperiment))
|
(propagated-inputs (list r-summarizedexperiment))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue