gnu: python2-pylint: Update to 1.9.5.
* gnu/packages/check.scm (python2-pylint): Update to 1.9.5.
This commit is contained in:
parent
66261451b1
commit
06323c8ed7
@ -1749,7 +1749,7 @@ possible to write plugins to add your own checks.")
|
|||||||
(let ((pylint (package-with-python2
|
(let ((pylint (package-with-python2
|
||||||
(strip-python2-variant python-pylint))))
|
(strip-python2-variant python-pylint))))
|
||||||
(package (inherit pylint)
|
(package (inherit pylint)
|
||||||
(version "1.7.2")
|
(version "1.9.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -1759,7 +1759,7 @@ possible to write plugins to add your own checks.")
|
|||||||
(file-name (git-file-name (package-name pylint) version))
|
(file-name (git-file-name (package-name pylint) version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yyc1gxq66li2adyx8njs83dh1pliylzkdmihw0k5bn6z4aakh8s"))))
|
"02a89d8a47s7nfiv1ady3j0sg2sbyja3np145brarfp5x9qxz9x2"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(,@(package-arguments pylint)
|
`(,@(package-arguments pylint)
|
||||||
#:phases
|
#:phases
|
||||||
|
Loading…
Reference in New Issue
Block a user