python: zc.buildout: 2.11.1 -> 2.11.2

This commit is contained in:
Frederik Rietdijk 2018-04-04 20:02:50 +02:00
parent 4e1df2e955
commit 2d84581473
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "zc.buildout";
version = "2.11.1";
version = "2.11.2";
name = "${pname}-nix-${version}";
src = fetchurl {
url = "mirror://pypi/${builtins.substring 0 1 pname}/${pname}/${pname}-${version}.tar.gz";
sha256 = "08017dcd8f4b60b48b7d830da835a9350c07e7f383fa56d45925ab5144400281";
sha256 = "e304f3604a4235e896e94ea79230cfb9c0bc54569f04d5c6c4b49cc9dc4fdbf6";
};
patches = [ ./nix.patch ];