update pylint, astroid, six, and logilab-common

pylint 1.4.0 -> 1.4.1
astroid 1.3.2 -> 1.3.4
six 1.8.0 -> 1.9.0
logilab-common 0.61.0 -> 0.63.2
This commit is contained in:
Damien Cassou
2015-02-17 10:20:13 +01:00
parent 96d6344b13
commit c9b4cb56ae
2 changed files with 10 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
{ stdenv, fetchurl, pythonPackages }:
pythonPackages.buildPythonPackage rec {
name = "pylint-1.4.0";
name = "pylint-1.4.1";
namePrefix = "";
src = fetchurl {
url = "https://pypi.python.org/packages/source/p/pylint/${name}.tar.gz";
md5 = "c164738f90213981db5d3297a60b4138";
sha256 = "0c7hw1pcp5sqmc0v86zygw21isfgzbsqdmlb1sywncnlxmh30f1y";
};
propagatedBuildInputs = with pythonPackages; [ astroid ];