From 1f3a3dd9fcd7a25622782e82f793124fd4657a9d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 28 Nov 2025 15:11:27 +0100 Subject: [PATCH] gnu: r-lintr: Update to 3.3.0-1. * gnu/packages/cran.scm (r-lintr): Update to 3.3.0-1. [propagated-inputs]: Add r-xfun. Change-Id: I564c566a561084b8228565a7b1867f9adc4751f9 --- gnu/packages/cran.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 2dc366b61e7..d0a812462f8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -39264,14 +39264,14 @@ provides tools to compute this metric.") (define-public r-lintr (package (name "r-lintr") - (version "3.2.0") + (version "3.3.0-1") (source (origin (method url-fetch) (uri (cran-uri "lintr" version)) (sha256 (base32 - "13mzwbg7k52finb0qp0xs1c1mp79f92cxlpfkc6h064s529czk20")))) + "01nazxffg7kwakg9xymg150hmr83w630bwcax4sx4xyddz268adi")))) (properties `((upstream-name . "lintr"))) (build-system r-build-system) (arguments @@ -39301,6 +39301,7 @@ provides tools to compute this metric.") r-glue r-knitr r-rex + r-xfun r-xml2 r-xmlparsedata)) ;; The importer adds a lot of inputs that we don't need.