python313Packages.zeroconf: 0.145.1 -> 0.146.1

https://github.com/python-zeroconf/python-zeroconf/blob/0.146.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:25 +02:00
parent c2c5116bbd
commit d3721caef2
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.145.1";
version = "0.146.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
tag = version;
hash = "sha256-tQjQ34746aeRz4gead3LcyfCF0L0iaJeQcDdqDW4gD8=";
hash = "sha256-p+8TunZvxVtK+kwGu396td7io5/4d3taJk5NTgSPb3Q=";
};
build-system = [