python3Packages.zeroconf: 0.35.0 -> 0.35.1

This commit is contained in:
Fabian Affolter 2021-08-16 14:21:45 +02:00
parent 0362d572b2
commit c010d0d2d9

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.35.0";
version = "0.35.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
sha256 = "sha256-6/y9O7YYs1J+qFa/6pcHKiktkWa4bdEqUItK8IZGXJo=";
sha256 = "sha256-zEi5wVxPeIdP+1mn9DOSIVtNNFgjnEUdEnWU+FSoM7A=";
};
propagatedBuildInputs = [