python3Packages.async-upnp-client: 0.17.0 -> 0.18.0

This commit is contained in:
Fabian Affolter 2021-05-25 23:21:10 +02:00
parent 34595fbd39
commit 25956ecf05

View File

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