python3Packages.autopep8: fix build

This commit is contained in:
Domen Kožar 2014-08-24 17:00:17 +02:00
parent d3b9a14e88
commit 8edee2cd47

View file

@ -507,11 +507,11 @@ rec {
});
autopep8 = buildPythonPackage (rec {
name = "autopep8-1.0";
name = "autopep8-1.0.3";
src = fetchurl {
url = "https://pypi.python.org/packages/source/a/autopep8/${name}.tar.gz";
md5 = "41782e66efcbaf9d761bb45a2d2929bb";
md5 = "7c16d385cf9ad7c1d7fbcfcea2588a56";
};
propagatedBuildInputs = [ pep8 ];