Unverified Commit 8e1759ec authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #275478 from fabaff/zeroconf-bump

python311Packages.zeroconf: 0.129.0 -> 0.131.0
parents 405eea1f 7be47ce7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "zeroconf";
  version = "0.129.0";
  version = "0.131.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "jstasiak";
    repo = "python-zeroconf";
    rev = "refs/tags/${version}";
    hash = "sha256-TjBaKw5AI1xPShmX/Ny7V7pvhz/4xwbxTZrDbMeLF5o=";
    hash = "sha256-l+uz+wj+tgptxEjEN8ZlmxH8I4Nhrg8qAY3yCcOgBfE=";
  };

  postPatch = ''