python3Packages.onvif-zeep-async: 4.1.1 -> 4.2.0

This commit is contained in:
R. Ryantm
2026-06-07 09:05:35 +00:00
parent 4cc72638a7
commit 6c579211aa
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "onvif-zeep-async";
version = "4.1.1";
version = "4.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openvideolibs";
repo = "python-onvif-zeep-async";
tag = "v${finalAttrs.version}";
hash = "sha256-RpQakXzJ52OkKZP2RTabpCTFRC+JeNqURI3+Nz3Kips=";
hash = "sha256-GmrXU+aGjllrZ6MEaACTEXBQTd0UU45eD0yoMIn1dUI=";
};
postPatch = ''