python313Packages.async-upnp-client: 0.43.0 -> 0.44.0

https://github.com/StevenLooman/async_upnp_client/blob/0.44.0/CHANGES.rst
This commit is contained in:
Martin Weinelt 2025-04-01 02:42:17 +02:00
parent cdddf81187
commit a1f4af1077
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "async-upnp-client";
version = "0.43.0";
version = "0.44.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "StevenLooman";
repo = "async_upnp_client";
tag = version;
hash = "sha256-oGnWo+QLSq2h6R4Iirwy9kE7U47PLYYSBMjx8/WWA0o=";
hash = "sha256-xtouCq8nkvXxgZ0jX4VuTU41xxrAkXqWEpZg/vms4Zo=";
};
pythonRelaxDeps = [