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

python3Packages.async-upnp-client: 0.16.2 -> 0.17.0
This commit is contained in:
Martin Weinelt 2021-05-10 19:10:01 +02:00 committed by GitHub
commit 7acb2ac39c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "async-upnp-client"; pname = "async-upnp-client";
version = "0.16.2"; version = "0.17.0";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "StevenLooman"; owner = "StevenLooman";
repo = "async_upnp_client"; repo = "async_upnp_client";
rev = version; rev = version;
sha256 = "0raq3jgh2aqllycvvi0x2j5f602vv8ggmyd3879jzqbz2znngsgb"; sha256 = "sha256-k71fpwL999Qz/vOsmpxykMVKgASzHis/exY/8aDoAkg=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [