mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-watermelon: Update to 2.10.0.
* gnu/packages/bioconductor.scm (r-watermelon): Update to 2.10.0. Change-Id: Iee6a26d982a87f586ad34625e8cd64d9df839fe1
This commit is contained in:
parent
45a4d44004
commit
2ff8b4be6d
1 changed files with 2 additions and 2 deletions
|
@ -19584,14 +19584,14 @@ (define-public r-roc
|
|||
(define-public r-watermelon
|
||||
(package
|
||||
(name "r-watermelon")
|
||||
(version "2.8.0")
|
||||
(version "2.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "wateRmelon" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ra21qzni9cny52ag9zxi46vb9grabyqjyk01dqqp3r9i0b4999l"))))
|
||||
"19zlv9aglllsjq3jcnlw994bkanjdq0ib46k7wjsig04cx4apz1v"))))
|
||||
(properties `((upstream-name . "wateRmelon")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue