mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
fe4e56eb5d
commit
d889bccd9d
1 changed files with 2 additions and 2 deletions
|
@ -25218,14 +25218,14 @@ (define-public r-cyclocomp
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue