python311Packages.onvif-zeep-async: 3.1.9 -> 3.1.12

This commit is contained in:
Fabian Affolter 2023-07-15 21:56:41 +02:00
parent 2020419870
commit e9fb7c1417

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "onvif-zeep-async";
version = "3.1.9";
version = "3.1.12";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-szvRN2EmBV4BEM7EuL/Db5hwBtXwbn7M21h9NzS8l3k=";
hash = "sha256-TXSwrWnDXzntXZN/u09QB3BsIa6tpf6LpGFKEyA/GH8=";
};
propagatedBuildInputs = [