python3Packages.zeroconf: 0.32.1 -> 0.33.2

This commit is contained in:
Fabian Affolter 2021-08-04 23:53:02 +02:00
parent 4393d15463
commit dbb3e39891

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.32.1";
version = "0.33.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
sha256 = "02fvh5ii73rf6pg9x93pc0sl1isx2ivg3d80l6s8h35w2f4g4azf";
sha256 = "0pcfglxvrd3n6b5hkn169p38flhqr7alj8ipxx1p7kphywywplif";
};
propagatedBuildInputs = [