python310Packages.async-upnp-client: 0.32.2 -> 0.32.3
Diff: https://github.com/StevenLooman/async_upnp_client/compare/refs/tags/0.32.2...0.32.3 Changelog: https://github.com/StevenLooman/async_upnp_client/blob/0.32.3/CHANGES.rst
This commit is contained in:
parent
e3ac8c7b69
commit
531b2be1af
@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "async-upnp-client";
|
||||
version = "0.32.2";
|
||||
version = "0.32.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "StevenLooman";
|
||||
repo = "async_upnp_client";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-KnbHQ/xHPNYQWk/EpdP6a0bEHvCXK/HrFGyGaeS79rc=";
|
||||
hash = "sha256-1/RW84ammc6mu90izMtL7Cv11krc4WhdqCSq9ncFibI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user