Merge pull request #199405 from fabaff/zeroconf-bump

python310Packages.zeroconf: 0.39.3 -> 0.39.4
This commit is contained in:
Fabian Affolter
2022-11-04 01:31:40 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.39.3";
version = "0.39.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-bzD8i97m6iHsHiGJHlyRuhtKBqQiAb6YEOglIIGn2no=";
hash = "sha256-CUHpTtCQBuuy8E8bjxfhGOIKr9n2Gdhg/RIyv6OWGvI=";
};
propagatedBuildInputs = [