mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-roc: Update to 1.68.1.
* gnu/packages/bioconductor.scm (r-roc): Update to 1.68.1.
This commit is contained in:
parent
b94c750e01
commit
5909dd9e8e
1 changed files with 2 additions and 2 deletions
|
@ -10319,14 +10319,14 @@ (define-public r-genie3
|
|||
(define-public r-roc
|
||||
(package
|
||||
(name "r-roc")
|
||||
(version "1.68.0")
|
||||
(version "1.68.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ROC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ff5rcpyybgjzsfbhaslim0m02n3bksv1r9v7bq0gg0iyzll0rjc"))))
|
||||
"1rmsrvn6hrg9ay7xfb05mfkxknnig78p3kbk9ghsd11lhx2fjm3s"))))
|
||||
(properties `((upstream-name . "ROC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue