Merge pull request #5357 from DamienCassou/pylint-1.4-astroid-1.3.2
Update pylint and astroid
This commit is contained in:
@@ -522,11 +522,11 @@ let
|
||||
});
|
||||
|
||||
astroid = buildPythonPackage (rec {
|
||||
name = "astroid-1.2.1";
|
||||
propagatedBuildInputs = with self; [ logilab_common ];
|
||||
name = "astroid-1.3.2";
|
||||
propagatedBuildInputs = with self; [ logilab_common six ];
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/a/astroid/${name}.zip";
|
||||
md5 = "337017c82a28c97741797493fb2c980f";
|
||||
url = "https://pypi.python.org/packages/source/a/astroid/${name}.tar.gz";
|
||||
md5 = "2ab96129a977b6eba27765a15d1a9bf2";
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user