1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-08 18:25:53 +02:00

gnu: r-roc: Update to 1.84.0.

* gnu/packages/bioconductor.scm (r-roc): Update to 1.84.0.

Change-Id: I67ef955106fb3015af3ef6385570b348a316f369
This commit is contained in:
Ricardo Wurmus
2025-04-29 21:04:25 +02:00
parent 846a079ae8
commit c1f167dbc9
+2 -2
View File
@@ -22551,14 +22551,14 @@ regulatory networks from expression data.")
(define-public r-roc
(package
(name "r-roc")
(version "1.82.0")
(version "1.84.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ROC" version))
(sha256
(base32
"1dmpi47pdxx0zfqvjc8najqr6qgqh6472qnsvycx44ldh5prl4lr"))))
"0bnw1n8bc03s0lfc6nlsbbzh2jkq95dvsfyv4dmxnr5cg5xvr6rm"))))
(properties `((upstream-name . "ROC")))
(build-system r-build-system)
(native-inputs