gnu: r-proc: Update to 1.18.5.

* gnu/packages/cran.scm (r-proc): Update to 1.18.5.

Change-Id: I36ab2e49345241895ed6fb1fd88929dff28056cf
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:35 +01:00
parent 0de7e4d5fd
commit 0a083112f0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14471,14 +14471,14 @@ containing one or more SNPs that evolved under directional selection.")
(define-public r-proc
(package
(name "r-proc")
(version "1.18.4")
(version "1.18.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "pROC" version))
(sha256
(base32
"0lqar1lbm461in4jb9rkdnpccl8lshrhig2qxr892m91mdxym46m"))))
"129cnh3kh9sr42nc7n9f14kr9svi3501834x40njynnzlr0wi4sm"))))
(properties `((upstream-name . "pROC")))
(build-system r-build-system)
(propagated-inputs