gnu: r-watermelon: Update to 2.2.0.
* gnu/packages/bioconductor.scm (r-watermelon): Update to 2.2.0.master
parent
0a64990428
commit
0c611d7f4f
|
@ -11712,14 +11712,14 @@ Characteristic} (ROC) curves, with a focus on micro arrays.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue