python3Packages.zeroconf: 0.36.8 -> 0.36.9

This commit is contained in:
Fabian Affolter 2021-10-24 18:52:30 +02:00
parent 278c53b884
commit 587af88ec2

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.36.8";
version = "0.36.9";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
sha256 = "sha256-lsvrttfyUtQneUkQlWFpmQ99BSJp/YiVYUKY7AWh0rs=";
sha256 = "sha256-V2AiKmL3laA6Kd2lOXZ7f+7L08zMtDfvhLxayylp1CQ=";
};
propagatedBuildInputs = [