mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
Astroid 1.2.1
This commit is contained in:
parent
aafca4dd51
commit
af770d4c7c
@ -512,11 +512,11 @@ let
|
||||
});
|
||||
|
||||
astroid = buildPythonPackage (rec {
|
||||
name = "astroid-1.1.1";
|
||||
name = "astroid-1.2.1";
|
||||
propagatedBuildInputs = [ logilab_common ];
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/a/astroid/${name}.tar.gz";
|
||||
sha256 = "1x7103mlzndgg66yas6xrfwkwpihcq4bi9m8py1fjnhz8p5ka1vq";
|
||||
url = "https://pypi.python.org/packages/source/a/astroid/${name}.zip";
|
||||
md5 = "337017c82a28c97741797493fb2c980f";
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user