mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-watermelon: Update to 2.2.0.
* gnu/packages/bioconductor.scm (r-watermelon): Update to 2.2.0.
This commit is contained in:
parent
0a64990428
commit
0c611d7f4f
1 changed files with 2 additions and 2 deletions
|
@ -11712,14 +11712,14 @@ (define-public r-roc
|
||||||
(define-public r-watermelon
|
(define-public r-watermelon
|
||||||
(package
|
(package
|
||||||
(name "r-watermelon")
|
(name "r-watermelon")
|
||||||
(version "2.0.0")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "wateRmelon" version))
|
(uri (bioconductor-uri "wateRmelon" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kzkg3cnm5pcs6blpw1qn7na6z3kar93v67680wsxa6qxxdiggk3"))))
|
"0adqyfabrvfcaj3mwp0rbqlcgpj92yb205cyhibbrs5gdr5ri4pv"))))
|
||||||
(properties `((upstream-name . "wateRmelon")))
|
(properties `((upstream-name . "wateRmelon")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue