python3Packages.async-upnp-client: 0.22.5 -> 0.22.8

This commit is contained in:
Martin Weinelt 2021-10-09 01:01:01 +02:00
parent c1cf3662a1
commit 4a7a5d175a

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "async-upnp-client";
version = "0.22.5";
version = "0.22.8";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "StevenLooman";
repo = "async_upnp_client";
rev = version;
sha256 = "sha256-/GELV94m75jSIFR4Ua3Sr+L9iGmzRQxPMIK2yfDiX9E=";
sha256 = "sha256-0McLH5iNiA6aIyk6OaN57JAs97R+/4M7xaUDmh+xV6c=";
};
propagatedBuildInputs = [