gnu: r-lintr: Update to 3.1.2.

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

Change-Id: I2d1cb387700eead4f4b03d62c92b7d585c729789
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:35:54 +01:00
parent bd2ff9958b
commit 262d65438d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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