python3Packages.async-upnp-client: 0.22.10 -> 0.22.12

This commit is contained in:
Fabian Affolter
2021-11-09 00:04:30 +01:00
parent 25e6a0ad62
commit 50b75596ac
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "async-upnp-client";
version = "0.22.10";
version = "0.22.12";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "StevenLooman";
repo = "async_upnp_client";
rev = version;
sha256 = "sha256-aWxZP/QsjA6kcSWW6vHpEcX2drV+gTvDQItl7IT7wxY=";
sha256 = "sha256-fp7I0G6gljkTZ2slQJ8R9AJ9VKQOQi2cLiZ63seUajs=";
};
propagatedBuildInputs = [