Skip to content
Snippets Groups Projects
Unverified Commit d3836473 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: r-proc: Update to 1.16.2.

* gnu/packages/cran.scm (r-proc): Update to 1.16.2.
parent c5036a4f
No related branches found
No related tags found
No related merge requests found
...@@ -6888,14 +6888,14 @@ (define-public r-blockfest ...@@ -6888,14 +6888,14 @@ (define-public r-blockfest
(define-public r-proc (define-public r-proc
(package (package
(name "r-proc") (name "r-proc")
(version "1.16.1") (version "1.16.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "pROC" version)) (uri (cran-uri "pROC" version))
(sha256 (sha256
(base32 (base32
"0qkp1byl2xspxaaf0by6mvvrhg7wlz6fxmynz2hkh0ds24w7ig9m")))) "0apwa5zzqh74pjnvf5a1s5qf6i9r5h44jdllfrwymkd2v479d2xn"))))
(properties `((upstream-name . "pROC"))) (properties `((upstream-name . "pROC")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment