python3Packages.zeep: 4.3.2 -> 4.3.3

This commit is contained in:
R. Ryantm
2026-06-22 13:42:56 +00:00
parent d46c8d04e8
commit 0738d64c62
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "zeep";
version = "4.3.2";
version = "4.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mvantellingen";
repo = "python-zeep";
tag = version;
hash = "sha256-mGX61fAbFwheamOgK5lq/A/3FmTCuv0UfAlhOUwX2zg=";
hash = "sha256-0Mzvb86f1r07PCJqTy9CGUq9Zk2PtAsFfd3SmFlOayk=";
};
build-system = [ setuptools ];