python3Packages.async-upnp-client: 0.29.0 -> 0.31.0

This commit is contained in:
Martin Weinelt 2022-06-01 15:57:54 +02:00
parent d8246f98cb
commit f154e8abb6
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -14,7 +14,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "async-upnp-client"; pname = "async-upnp-client";
version = "0.29.0"; version = "0.31.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "StevenLooman"; owner = "StevenLooman";
repo = "async_upnp_client"; repo = "async_upnp_client";
rev = version; rev = version;
sha256 = "sha256-IzT48ABfk/v8VZJRJEMU/Rsi6mJG4IvtF7HNRv6TLeA="; sha256 = "sha256-jxipSHSsipnKJF+d7tez9M6bBlwV4r8XGQ2elI0jsVc=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [