python310Packages.zeroconf: 0.70.0 -> 0.72.0

https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.72.0
This commit is contained in:
Martin Weinelt 2023-08-02 20:40:03 +02:00
parent b13b6cc82f
commit bb308b5526
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.70.0";
version = "0.72.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-AXzPx6T82TYQhoHFkOeNDawD6xnsIBDk35Jlp+Jt5ZQ=";
hash = "sha256-Km7qZEXp0Srzt7XAq9D/U8WI/7go81Lvgx3Xck24XDc=";
};
nativeBuildInputs = [