Fabian Affolter 2023-11-01 19:46:33 +01:00 committed by Martin Weinelt
parent 135d9b4a67
commit cb7df2351a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.115.2";
version = "0.119.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-qLJWOZyWyLx5orDbvVSluA+zFvHN2393hyVC3ty87ug=";
hash = "sha256-VaqKk2WrRLZM2tfx3+y9GngEc6rMcw0b12ExFVfDYf4=";
};
nativeBuildInputs = [