mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-stager: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-stager): Update to 1.18.0.
This commit is contained in:
parent
8d1ab3f57d
commit
ed19cbbf15
1 changed files with 2 additions and 2 deletions
|
@ -5340,13 +5340,13 @@ (define-public r-slingshot
|
||||||
(define-public r-stager
|
(define-public r-stager
|
||||||
(package
|
(package
|
||||||
(name "r-stager")
|
(name "r-stager")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "stageR" version))
|
(uri (bioconductor-uri "stageR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vpx0v04hgkhzi0bm7ipnb9xr37n5wvnnr45lljgni8pwabfkf6y"))))
|
(base32 "0ns3ih6l4na6irshrc5iy4d9qf7hrnqq3ndnlcjb2i1cn38l2w9y"))))
|
||||||
(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