python311Packages.zeroconf: 0.99.0 -> 0.102.0

https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.102.0
This commit is contained in:
Martin Weinelt 2023-09-08 10:48:02 +02:00
parent e7d3f6bc36
commit e40439b029
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.99.0";
version = "0.102.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-T9CDJIK/wMGExk+1Fahbq4gm+t+RRSUxca3SxkHXtJQ=";
hash = "sha256-Z4RswQDA05wXXyg8CeIiuh9I1EXTyXh6Z88r7soGFTo=";
};
nativeBuildInputs = [