Merge pull request #251843 from fabaff/async-upnp-client-bump

python311Packages.async-upnp-client: 0.34.1 -> 0.35.0

authored by Fabian Affolter and committed by GitHub dba6d77a 058586d0

+2 -2
+2 -2
pkgs/development/python-modules/async-upnp-client/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "async-upnp-client"; 18 - version = "0.34.1"; 18 + version = "0.35.0"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.8"; ··· 24 24 owner = "StevenLooman"; 25 25 repo = "async_upnp_client"; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-Ktl6YVYd8QpC6eaz3Xe6YyJZhB92ZLL9/XG4WSc2qS8="; 27 + hash = "sha256-U1PkOu257ppSsoPQr4oYdNKkUrm1WKAPuuMy1pjLx8A="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [