python.pkgs.pylint_1_9: fix incorrect checksum

was not updated in 08d556c0e8
This commit is contained in:
Jörg Thalheim 2019-09-13 16:31:01 +01:00
parent ec64d881cb
commit b31931adf5
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -8,7 +8,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "ee1e85575587c5b58ddafa25e1c1b01691ef172e139fc25585e5d3f02451da93";
sha256 = "004kfapkqxqy2s85pmddqv0fabxdxywxrlbi549p0v237pr2v94p";
};
checkInputs = [ pytest pytestrunner pyenchant ];