me
/
guix
Archived
1
0
Fork 0

gnu: r-watermelon: Update to 2.2.0.

* gnu/packages/bioconductor.scm (r-watermelon): Update to 2.2.0.
master
Ricardo Wurmus 2022-05-28 12:45:11 +02:00
parent 0a64990428
commit 0c611d7f4f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11712,14 +11712,14 @@ Characteristic} (ROC) curves, with a focus on micro arrays.")
(define-public r-watermelon
(package
(name "r-watermelon")
(version "2.0.0")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "wateRmelon" version))
(sha256
(base32
"1kzkg3cnm5pcs6blpw1qn7na6z3kar93v67680wsxa6qxxdiggk3"))))
"0adqyfabrvfcaj3mwp0rbqlcgpj92yb205cyhibbrs5gdr5ri4pv"))))
(properties `((upstream-name . "wateRmelon")))
(build-system r-build-system)
(propagated-inputs