gnu: r-roc: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-roc): Update to 1.68.0.
This commit is contained in:
parent
bb3ef4894b
commit
125ffdf788
1 changed files with 2 additions and 2 deletions
|
@ -10140,14 +10140,14 @@ regulatory networks from expression data.")
|
||||||
(define-public r-roc
|
(define-public r-roc
|
||||||
(package
|
(package
|
||||||
(name "r-roc")
|
(name "r-roc")
|
||||||
(version "1.66.0")
|
(version "1.68.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ROC" version))
|
(uri (bioconductor-uri "ROC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02b9n42z3kjrfxpdf3glqvimd79nhnycq00mb09fzhkpp5zl43c9"))))
|
"0ff5rcpyybgjzsfbhaslim0m02n3bksv1r9v7bq0gg0iyzll0rjc"))))
|
||||||
(properties `((upstream-name . "ROC")))
|
(properties `((upstream-name . "ROC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue