python3Packages.zeroconf: 0.28.6 -> 0.28.8

This commit is contained in:
Fabian Affolter 2021-01-12 10:38:29 +01:00 committed by Jonathan Ringer
parent 89f6113d00
commit b4d5747d2e

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.28.6";
version = "0.28.8";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "70f10f0f16e3a8c4eb5e1a106b812b8d052253041cf1ee1195933df706f5261c";
sha256 = "0narq8haa3b375vfblbyil77n8bw0wxqnanl91pl0wwwm884mqjb";
};
propagatedBuildInputs = [ ifaddr ]
@ -38,7 +38,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "zeroconf" ];
meta = with lib; {
description = "A pure python implementation of multicast DNS service discovery";
description = "Python implementation of multicast DNS service discovery";
homepage = "https://github.com/jstasiak/python-zeroconf";
license = licenses.lgpl21;
maintainers = with maintainers; [ abbradar ];