mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Update pylint and astroid
This commit is contained in:
parent
6221af50c4
commit
8967e88438
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pythonPackages }:
|
{ stdenv, fetchurl, pythonPackages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "pylint-1.2.1";
|
name = "pylint-1.4.0";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/p/pylint/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/p/pylint/${name}.tar.gz";
|
||||||
sha256 = "0q7zj5hgmz27wifhcqyaddc9yc5b2q6p16788zzm3da6qshv7xk3";
|
md5 = "c164738f90213981db5d3297a60b4138";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ astroid ];
|
propagatedBuildInputs = with pythonPackages; [ astroid ];
|
||||||
|
@ -522,11 +522,11 @@ let
|
|||||||
});
|
});
|
||||||
|
|
||||||
astroid = buildPythonPackage (rec {
|
astroid = buildPythonPackage (rec {
|
||||||
name = "astroid-1.2.1";
|
name = "astroid-1.3.2";
|
||||||
propagatedBuildInputs = with self; [ logilab_common ];
|
propagatedBuildInputs = with self; [ logilab_common six ];
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/a/astroid/${name}.zip";
|
url = "https://pypi.python.org/packages/source/a/astroid/${name}.tar.gz";
|
||||||
md5 = "337017c82a28c97741797493fb2c980f";
|
md5 = "2ab96129a977b6eba27765a15d1a9bf2";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user