python311Packages.zeroconf: 0.128.4 -> 0.129.0

https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.129.0
This commit is contained in:
Martin Weinelt 2023-12-15 01:47:12 +01:00
parent e5ede120d2
commit c90d5cc985
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.128.4";
version = "0.129.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-yNPILYI3zAY4LCWvfKw7iu0H0UNbhfhC9Vyp9fdjwbI=";
hash = "sha256-TjBaKw5AI1xPShmX/Ny7V7pvhz/4xwbxTZrDbMeLF5o=";
};
postPatch = ''