python: astroid: 1.6.0 -> 1.6.1

This commit is contained in:
Frederik Rietdijk 2018-02-03 10:51:20 +01:00
parent 6e8273a5e1
commit af3b738fc8

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "astroid";
version = "1.6.0";
version = "1.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "71dadba2110008e2c03f9fde662ddd2053db3c0489d0e03c94e828a0399edd4f";
sha256 = "f0a0e386dbca9f93ea9f3ea6f32b37a24720502b7baa9cb17c3976a680d43a06";
};
propagatedBuildInputs = [ logilab_common six lazy-object-proxy wrapt ]