Merge pull request #51634 from jokogr/u/pylint-2.2.2

pylint: 2.1.1 -> 2.2.2
This commit is contained in:
Florian Klink 2018-12-07 10:07:12 +01:00 committed by GitHub
commit b89978cafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "astroid";
version = "2.0.4";
version = "2.1.0";
disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
sha256 = "c7013d119ec95eb626f7a2011f0b63d0c9a095df9ad06d8507b37084eada1a8d";
sha256 = "08hz675knh4294bancdapql392fmbjyimhbyrmfkz1ka7l035c1m";
};
# From astroid/__pkginfo__.py

View File

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "pylint";
version = "2.1.1";
version = "2.2.2";
disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
sha256 = "31142f764d2a7cd41df5196f9933b12b7ee55e73ef12204b648ad7e556c119fb";
sha256 = "14klyan9lqanyi8qhrbn65k7bgv9p7i7ply662r2lr27wydf57b8";
};
checkInputs = [ pytest pytestrunner pyenchant ];