mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: r-stager: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-stager): Update to 1.24.0. Change-Id: I94dfc44a5437e7bcd4c8b6e258ef62cf7ce2515a
This commit is contained in:
parent
a78f026f27
commit
8ea882bb48
1 changed files with 2 additions and 2 deletions
|
@ -10750,13 +10750,13 @@ (define-public r-spectra
|
|||
(define-public r-stager
|
||||
(package
|
||||
(name "r-stager")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "stageR" version))
|
||||
(sha256
|
||||
(base32 "0advih0g2g5w8bx9f21chz8a66f4v84qn3p5skxi084pp142v5ms"))))
|
||||
(base32 "064hvx8qyw5hdhihwl9k0jqhg6saz4ng2m37d2ipr5pz9v8adspb"))))
|
||||
(properties `((upstream-name . "stageR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-summarizedexperiment))
|
||||
|
|
Loading…
Reference in a new issue