me
/
guix
Archived
1
0
Fork 0

gnu: r-roc: Update to 1.74.0.

* gnu/packages/bioconductor.scm (r-roc): Update to 1.74.0.
master
zimoun 2022-11-17 03:50:26 +01:00 committed by Ricardo Wurmus
parent f184b3a86b
commit d29b13e9be
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13622,14 +13622,14 @@ regulatory networks from expression data.")
(define-public r-roc
(package
(name "r-roc")
(version "1.72.0")
(version "1.74.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ROC" version))
(sha256
(base32
"0yfq0d0j2bzqdnjs6l2h6p48kmv9wfphlqym3brgndlnadipq1v2"))))
"00pw6xmxjzprbx8wskq6gbyqkfak764vic5yxrzs6wpram352vmv"))))
(properties `((upstream-name . "ROC")))
(build-system r-build-system)
(native-inputs