Fabian Affolter 2024-10-12 09:02:28 +02:00 committed by Martin Weinelt
parent da4dc05e62
commit b6f0d7af11
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "async-upnp-client";
version = "0.40.0";
version = "0.41.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "StevenLooman";
repo = "async_upnp_client";
rev = "refs/tags/${version}";
hash = "sha256-KaX1TNP6IP2wAijR2y9cqI+Pyc+Ygk3LqKwu5Yrv5LM=";
hash = "sha256-36pMEyLnyl8PS8ZVt+yNdpJGAVpoWTxfTxr+WQw/Go8=";
};
pythonRelaxDeps = [ "defusedxml" ];