mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-sushi: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-sushi): Update to 1.24.0.
This commit is contained in:
parent
28329991b0
commit
2e13f10e89
1 changed files with 2 additions and 2 deletions
|
@ -10383,13 +10383,13 @@ (define-public r-gwascat
|
||||||
(define-public r-sushi
|
(define-public r-sushi
|
||||||
(package
|
(package
|
||||||
(name "r-sushi")
|
(name "r-sushi")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Sushi" version))
|
(uri (bioconductor-uri "Sushi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hgh3jfcx0bh3fyvp85v7435hvsk3ah1hxx5117ss93v03iwjf1g"))))
|
"15xng21hd09fb234ravrry3b872zg82w8x9lijxab9n96xihcpz5"))))
|
||||||
(properties `((upstream-name . "Sushi")))
|
(properties `((upstream-name . "Sushi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue