python: pylint: 1.8.3 -> 1.8.4
This commit is contained in:
parent
36f3111bda
commit
fae0aa6fbf
@ -4,11 +4,11 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "pylint";
|
pname = "pylint";
|
||||||
version = "1.8.3";
|
version = "1.8.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "c77311859e0c2d7932095f30d2b1bfdc4b6fe111f534450ba727a52eae330ef2";
|
sha256 = "34738a82ab33cbd3bb6cd4cef823dbcabdd2b6b48a4e3a3054a2bbbf0c712be9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];
|
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user