gnu: r-stager: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-stager): Update to 1.20.0.
This commit is contained in:
parent
e4e4b97a67
commit
3f307e6ebc
1 changed files with 2 additions and 2 deletions
|
@ -7129,13 +7129,13 @@ graph construction.")
|
||||||
(define-public r-stager
|
(define-public r-stager
|
||||||
(package
|
(package
|
||||||
(name "r-stager")
|
(name "r-stager")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "stageR" version))
|
(uri (bioconductor-uri "stageR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ns3ih6l4na6irshrc5iy4d9qf7hrnqq3ndnlcjb2i1cn38l2w9y"))))
|
(base32 "1layvv9akzijw2br9jzw6cwxn2rimha4m48fm8wn465n1nqcns0m"))))
|
||||||
(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))
|
||||||
|
|
Reference in a new issue