mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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
|
||||
(package
|
||||
(name "r-sushi")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Sushi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hgh3jfcx0bh3fyvp85v7435hvsk3ah1hxx5117ss93v03iwjf1g"))))
|
||||
"15xng21hd09fb234ravrry3b872zg82w8x9lijxab9n96xihcpz5"))))
|
||||
(properties `((upstream-name . "Sushi")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue