python: zope.proxy: 4.3.2 -> 4.3.3

This commit is contained in:
Frederik Rietdijk 2019-11-19 15:35:40 +01:00
parent 985cef1975
commit 050f868d41

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "zope.proxy";
version = "4.3.2";
version = "4.3.3";
src = fetchPypi {
inherit pname version;
sha256 = "ab6d6975d9c51c13cac828ff03168de21fb562b0664c59bcdc4a4b10f39a5b17";
sha256 = "dac4279aa05055d3897ab5e5ee5a7b39db121f91df65a530f8b1ac7f9bd93119";
};
propagatedBuildInputs = [ zope_interface ];