python37Packages.zc_buildout: 2.13.1 -> 2.13.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-zc.buildout/versions
This commit is contained in:
R. RyanTM 2019-07-20 06:48:50 -07:00 committed by Frederik Rietdijk
parent d12733fee5
commit 5401315ff9

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "zc.buildout";
version = "2.13.1";
version = "2.13.2";
src = fetchPypi {
inherit pname version;
sha256 = "3d14d07226963a517295dfad5879d2799e2e3b65b2c61c71b53cb80f5ab11484";
sha256 = "0a73s5q548l2vs2acqs3blkzd9sw6d7ci77fz1pc9156vn3dxm2x";
};
meta = with stdenv.lib; {