Merge pull request #275478 from fabaff/zeroconf-bump

python311Packages.zeroconf: 0.129.0 -> 0.131.0

authored by Fabian Affolter and committed by GitHub 8e1759ec 405eea1f

+2 -2
+2 -2
pkgs/development/python-modules/zeroconf/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "zeroconf"; 17 - version = "0.129.0"; 17 + version = "0.131.0"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "jstasiak"; 24 24 repo = "python-zeroconf"; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-TjBaKw5AI1xPShmX/Ny7V7pvhz/4xwbxTZrDbMeLF5o="; 26 + hash = "sha256-l+uz+wj+tgptxEjEN8ZlmxH8I4Nhrg8qAY3yCcOgBfE="; 27 27 }; 28 28 29 29 postPatch = ''