Update pylint and astroid
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchurl, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "pylint-1.2.1";
|
||||
name = "pylint-1.4.0";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/pylint/${name}.tar.gz";
|
||||
sha256 = "0q7zj5hgmz27wifhcqyaddc9yc5b2q6p16788zzm3da6qshv7xk3";
|
||||
md5 = "c164738f90213981db5d3297a60b4138";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ astroid ];
|
||||
|
||||
Reference in New Issue
Block a user