mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-catalyst: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-catalyst): Update to 1.24.0.
This commit is contained in:
parent
d1e16723dd
commit
bc7db31ceb
1 changed files with 2 additions and 2 deletions
|
@ -19013,14 +19013,14 @@ (define-public r-msmstests
|
|||
(define-public r-catalyst
|
||||
(package
|
||||
(name "r-catalyst")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CATALYST" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n3x5w074x5hhgdf2qa0pkma4vrjwrcgjna7hx0az6ixkgpbkrpv"))))
|
||||
"0f6h0qngv7my83k402rydvi1pla695r5kxq02k1s5caxcsi1caza"))))
|
||||
(properties `((upstream-name . "CATALYST")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue