From b8450f9a139fde04a4d5ac39087c380a2a52a925 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 16 Mar 2026 21:15:22 +0100 Subject: [PATCH] gnu: r-cyclocomp: Update to 1.1.2. * gnu/packages/cran.scm (r-cyclocomp): Update to 1.1.2. [native-inputs]: Add r-processx. Change-Id: I29208f0a334dac43cc747bd0a53b86c6a3feb30f --- gnu/packages/cran.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 433d013dfe..803009754b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -41237,19 +41237,19 @@ files in R. It is built on top of the libxml2 C library.") (define-public r-cyclocomp (package (name "r-cyclocomp") - (version "1.1.1") + (version "1.1.2") (source (origin (method url-fetch) (uri (cran-uri "cyclocomp" version)) (sha256 (base32 - "0kdinnn6cgkfc94japyyp5qr7imjxddajds3qqxf4q5higahdzws")))) + "10ypivszv1sw33ba3hjp1sbi6ff00hd05cmfbrks9r6wrg54sdif")))) (properties `((upstream-name . "cyclocomp"))) (build-system r-build-system) (propagated-inputs (list r-callr r-crayon r-desc r-remotes r-withr)) - (native-inputs (list r-testthat)) + (native-inputs (list r-processx r-testthat)) (home-page "https://github.com/MangoTheCat/cyclocomp") (synopsis "Cyclomatic complexity of R code") (description