Skip to content

Commit

Permalink
python312Packages.async-upnp-client: 0.41.0 -> 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Dec 22, 2024
1 parent 29d9fde commit 7e9f8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/async-upnp-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "async-upnp-client";
version = "0.41.0";
version = "0.42.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "StevenLooman";
repo = "async_upnp_client";
rev = "refs/tags/${version}";
hash = "sha256-36pMEyLnyl8PS8ZVt+yNdpJGAVpoWTxfTxr+WQw/Go8=";
hash = "sha256-xIa7QeflS7JxkPoV8KqFfuLfHPpnrBGLeOFSa17IHyk=";
};

pythonRelaxDeps = [ "defusedxml" ];
Expand Down

0 comments on commit 7e9f8dc

Please sign in to comment.