mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-roc: Update to 1.72.0.
* gnu/packages/bioconductor.scm (r-roc): Update to 1.72.0.
This commit is contained in:
parent
8ad4197c23
commit
0a64990428
1 changed files with 2 additions and 2 deletions
|
@ -11690,14 +11690,14 @@ (define-public r-genie3
|
|||
(define-public r-roc
|
||||
(package
|
||||
(name "r-roc")
|
||||
(version "1.70.0")
|
||||
(version "1.72.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ROC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mgxpv5p6gnv04wzkcryrg5as5xrxvlqlkkcbv0k1bx9y6ykijy9"))))
|
||||
"0yfq0d0j2bzqdnjs6l2h6p48kmv9wfphlqym3brgndlnadipq1v2"))))
|
||||
(properties `((upstream-name . "ROC")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue