mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
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 @@ (define-public r-slingshot
|
|||
(define-public r-stager
|
||||
(package
|
||||
(name "r-stager")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "stageR" version))
|
||||
(sha256
|
||||
(base32 "0ns3ih6l4na6irshrc5iy4d9qf7hrnqq3ndnlcjb2i1cn38l2w9y"))))
|
||||
(base32 "1layvv9akzijw2br9jzw6cwxn2rimha4m48fm8wn465n1nqcns0m"))))
|
||||
(properties `((upstream-name . "stageR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-summarizedexperiment))
|
||||
|
|
Loading…
Reference in a new issue