mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-roc: Update to 1.76.0.
* gnu/packages/bioconductor.scm (r-roc): Update to 1.76.0.
This commit is contained in:
parent
733b8a2e0d
commit
69ed0c145f
1 changed files with 2 additions and 2 deletions
|
@ -15983,14 +15983,14 @@ (define-public r-genie3
|
|||
(define-public r-roc
|
||||
(package
|
||||
(name "r-roc")
|
||||
(version "1.74.0")
|
||||
(version "1.76.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ROC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00pw6xmxjzprbx8wskq6gbyqkfak764vic5yxrzs6wpram352vmv"))))
|
||||
"0fq59bwc5i8zdw0v0jr5j5lm4hk6p7b88i2xndsgj4fq65yr50g1"))))
|
||||
(properties `((upstream-name . "ROC")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue