gnu: python-pylint: Update to 2.5.3.
* gnu/packages/check.scm (python-pylint): Update to 2.5.3.
This commit is contained in:
parent
9bb102dc1c
commit
96484ab9f7
1 changed files with 2 additions and 3 deletions
|
@ -1889,7 +1889,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.5.2")
|
(version "2.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1898,8 +1898,7 @@ statements in the module it tests.")
|
||||||
(commit (string-append "pylint-" version))))
|
(commit (string-append "pylint-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "04cgbh2z1mygar63plzziyz34yg6bdr4i0g63jp256fgnqwb1bi3"))))
|
||||||
"150x679mrlgm1s4ym7irf9mnsjilqyaakss4spc4pbrzkl11agnh"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; FIXME: Tests are failing since version 2.4.3, see:
|
;; FIXME: Tests are failing since version 2.4.3, see:
|
||||||
;; https://github.com/PyCQA/pylint/issues/3198.
|
;; https://github.com/PyCQA/pylint/issues/3198.
|
||||||
|
|
Reference in a new issue