Merge pull request #82978 from r-ryantm/auto-update/python2.7-zc.buildout

python27Packages.zc_buildout_nix: 2.13.2 -> 2.13.3

authored by Mario Rodas and committed by GitHub 7e55f28c 8b971df1

+3 -3
+3 -3
pkgs/development/python-modules/buildout-nix/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "zc.buildout"; 5 - version = "2.13.2"; 5 + version = "2.13.3"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "5dd4de86dda684c46ef8ee9cc84e335ca7f6275d4363a684de82225270d1e328"; 9 + sha256 = "1dyc5g3yv7wm3hf3fcsh6y1wivzjj1bspafr5qqb653z9a31lsfn"; 10 10 }; 11 11 12 12 patches = [ ./nix.patch ]; ··· 14 14 postInstall = "mv $out/bin/buildout{,-nix}"; 15 15 16 16 meta = { 17 - homepage = http://www.buildout.org; 17 + homepage = "http://www.buildout.org"; 18 18 description = "A software build and configuration system"; 19 19 license = stdenv.lib.licenses.zpl21; 20 20 maintainers = [ stdenv.lib.maintainers.goibhniu ];