python310Packages.zeroconf: 0.47.3 -> 0.47.4

Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.47.4
This commit is contained in:
Fabian Affolter
2023-03-20 15:43:16 +01:00
parent 656709bceb
commit 34d5d6445e
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.47.3";
version = "0.47.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-hpbJ7kcyM8S2xAaVjuPzHXl/gcAYk3CX7NHxsbZXQ10=";
hash = "sha256-ig0AMGNshe0bm7ZOkqV62hEcLeYlHBayMLk2fJQ8Uyo=";
};
nativeBuildInputs = [