mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 23:53:26 +00:00
python312Packages.async-upnp-client: 0.40.0 -> 0.41.0
Diff: https://github.com/StevenLooman/async_upnp_client/compare/refs/tags/0.40.0...0.41.0 Changelog: https://github.com/StevenLooman/async_upnp_client/blob/0.41.0/CHANGES.rst
This commit is contained in:
parent
da4dc05e62
commit
b6f0d7af11
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user