mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: r-stager: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-stager): Update to 1.30.0. Change-Id: I6a0c833e278c54fe253a6ded9220ba6c6b8a0798
This commit is contained in:
parent
4c5efe1cdb
commit
efc68aa30e
1 changed files with 2 additions and 2 deletions
|
@ -14286,13 +14286,13 @@ data sets ensuring a small memory footprint.")
|
||||||
(define-public r-stager
|
(define-public r-stager
|
||||||
(package
|
(package
|
||||||
(name "r-stager")
|
(name "r-stager")
|
||||||
(version "1.28.0")
|
(version "1.30.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "stageR" version))
|
(uri (bioconductor-uri "stageR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rab6hcr8nwbpdlfy7c43dy66rwpj7vm0vvm95iislqrfjsc5pqi"))))
|
(base32 "0q4a26z6i3wvjjc0bhif9d3jf1h04bb091jg4and1ih7qfjvr89z"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue