gnu: r-roc: Update to 1.80.0.
* gnu/packages/bioconductor.scm (r-roc): Update to 1.80.0. Change-Id: I4053fc2e0ab8298b95da11357c3543bdc4480272master
parent
c25e80f57c
commit
45a4d44004
|
@ -19562,14 +19562,14 @@ regulatory networks from expression data.")
|
||||||
(define-public r-roc
|
(define-public r-roc
|
||||||
(package
|
(package
|
||||||
(name "r-roc")
|
(name "r-roc")
|
||||||
(version "1.78.0")
|
(version "1.80.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
|
||||||
"12msc6skvcx4ajk20l71k32rj8lsiafjxwcsrd51kyy5x2yj2v4m"))))
|
"074c6jg0dyr3hckizpg56f8ij8szj43cx6x5bbw7a01xdjdc70yb"))))
|
||||||
(properties `((upstream-name . "ROC")))
|
(properties `((upstream-name . "ROC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue