python3Packages.zeroconf: 0.30.0 -> 0.31.0 (#123567)

authored by Fabian Affolter and committed by GitHub e392df43 c21dd339

+2 -2
+2 -2
pkgs/development/python-modules/zeroconf/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "zeroconf"; 12 - version = "0.30.0"; 12 + version = "0.31.0"; 13 13 disabled = pythonOlder "3.6"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "sha256-elpjZq4FpI2wTf1ciILumKE/LQ4fxtCaXxvQo9HRCcc="; 17 + sha256 = "sha256-U6GAJIRxxvgb0f/8vOA+2T19jq8QkFyRIaweqZbRmEQ="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [ ifaddr ];