mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +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
|
||||
(package
|
||||
(name "r-stager")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "stageR" version))
|
||||
(sha256
|
||||
(base32 "1rab6hcr8nwbpdlfy7c43dy66rwpj7vm0vvm95iislqrfjsc5pqi"))))
|
||||
(base32 "0q4a26z6i3wvjjc0bhif9d3jf1h04bb091jg4and1ih7qfjvr89z"))))
|
||||
(properties `((upstream-name . "stageR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-summarizedexperiment))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue