1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Ricardo Wurmus
2026-03-16 21:15:22 +01:00
parent 3184d00bc5
commit b8450f9a13

View File

@@ -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