mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-stager: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-stager): Update to 1.22.0.
This commit is contained in:
parent
5698bf6fed
commit
b54be030aa
1 changed files with 2 additions and 2 deletions
|
@ -9201,13 +9201,13 @@ (define-public r-speaq
|
||||||
(define-public r-stager
|
(define-public r-stager
|
||||||
(package
|
(package
|
||||||
(name "r-stager")
|
(name "r-stager")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "stageR" version))
|
(uri (bioconductor-uri "stageR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1layvv9akzijw2br9jzw6cwxn2rimha4m48fm8wn465n1nqcns0m"))))
|
(base32 "0advih0g2g5w8bx9f21chz8a66f4v84qn3p5skxi084pp142v5ms"))))
|
||||||
(properties `((upstream-name . "stageR")))
|
(properties `((upstream-name . "stageR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-summarizedexperiment))
|
(propagated-inputs (list r-summarizedexperiment))
|
||||||
|
|
Loading…
Reference in a new issue