mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-roc: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-roc): Update to 1.64.0.
This commit is contained in:
parent
b32808831c
commit
cad8a5099a
1 changed files with 2 additions and 2 deletions
|
@ -6588,14 +6588,14 @@ regulatory networks from expression data.")
|
||||||
(define-public r-roc
|
(define-public r-roc
|
||||||
(package
|
(package
|
||||||
(name "r-roc")
|
(name "r-roc")
|
||||||
(version "1.62.0")
|
(version "1.64.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
|
||||||
"1aqpyc28czagg3nbybh55vf152nbar61jjw79w04326d97mc3j3y"))))
|
"0gmx3r77yl5fqrj5j2hamwynbis75qd62q28964kx16z33xfgx89"))))
|
||||||
(properties `((upstream-name . "ROC")))
|
(properties `((upstream-name . "ROC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue