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
1 changed files with 2 additions and 2 deletions

View File

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