gnu: r-lintr: Update to 3.1.1.

* gnu/packages/cran.scm (r-lintr): Update to 3.1.1.

Change-Id: I92d7969babf3e5cfc3a950054b2457c6ae11ece2
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:37 +01:00
parent fe4e56eb5d
commit d889bccd9d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25218,14 +25218,14 @@ (define-public r-cyclocomp
(define-public r-lintr (define-public r-lintr
(package (package
(name "r-lintr") (name "r-lintr")
(version "3.1.0") (version "3.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "lintr" version)) (uri (cran-uri "lintr" version))
(sha256 (sha256
(base32 (base32
"1kb3jrzh1vn1fpj6phm2ni542yjgbbjmzgkn8w7khmh1sd9mj7pp")))) "07c7h30nh1529wba8xkyg2sapj6r7jjckrxyzhrg2ssfwzs4dwdw"))))
(properties `((upstream-name . "lintr"))) (properties `((upstream-name . "lintr")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs