me
/
guix
Archived
1
0
Fork 0

gnu: python-pylint: Update to 2.14.5.

* gnu/packages/check.scm (python-pylint): Update to 2.14.5.
[propagated-inputs]: Remove python-toml; add python-dill and python-tomlkit.
master
Andreas Enge 2023-02-23 14:44:11 +01:00
parent 1924bd29a6
commit 4bfde0769d
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 4 additions and 3 deletions

View File

@ -2577,7 +2577,7 @@ statements in the module it tests.")
(define-public python-pylint (define-public python-pylint
(package (package
(name "python-pylint") (name "python-pylint")
(version "2.12.2") (version "2.14.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2586,7 +2586,7 @@ statements in the module it tests.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0spmy7j1vvh55shzgma80q61y0d1cj45dcgslb4g5w3y602miq5i")))) (base32 "0ljfvyzr2i07pi7m19kbshlc3cfnwr53mjhcpydaa0w8bak4cc95"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -2605,10 +2605,11 @@ statements in the module it tests.")
(list python-pytest python-pytest-xdist)) (list python-pytest python-pytest-xdist))
(propagated-inputs (propagated-inputs
(list python-astroid (list python-astroid
python-dill
python-isort python-isort
python-mccabe python-mccabe
python-platformdirs python-platformdirs
python-toml python-tomlkit
python-typing-extensions)) python-typing-extensions))
(home-page "https://github.com/PyCQA/pylint") (home-page "https://github.com/PyCQA/pylint")
(synopsis "Advanced Python code static checker") (synopsis "Advanced Python code static checker")