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
This commit is contained in:
Ricardo Wurmus 2025-11-28 15:11:27 +01:00
parent e3bae84b0b
commit 1f3a3dd9fc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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