lol

Merge pull request #245382 from mweinelt/async-upnp-client-0.34.1

python310Packages.async-upnp-client: 0.34.0 -> 0.34.1

authored by

Martin Weinelt and committed by
GitHub
adcbabfa 8ac74a08

+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.0"; 18 + version = "0.34.1"; 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-nowtQbgYkXOHQcbjlPDzhJORzSla1gmUoW9qrW0QujE="; 27 + hash = "sha256-Ktl6YVYd8QpC6eaz3Xe6YyJZhB92ZLL9/XG4WSc2qS8="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [