Robert Schütz 2025-05-07 11:32:20 -07:00 committed by Martin Weinelt
parent f4d08a37e2
commit 4824f13455
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.146.1";
version = "0.147.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
tag = version;
hash = "sha256-p+8TunZvxVtK+kwGu396td7io5/4d3taJk5NTgSPb3Q=";
hash = "sha256-WAixAOjGbO3J4Tsp81p5+uUGld2y5wU7M4mmQ4t8sBw=";
};
build-system = [