Commit 34d5d644 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.zeroconf: 0.47.3 -> 0.47.4

parent 656709bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "zeroconf";
  version = "0.47.3";
  version = "0.47.4";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "jstasiak";
    repo = "python-zeroconf";
    rev = "refs/tags/${version}";
    hash = "sha256-hpbJ7kcyM8S2xAaVjuPzHXl/gcAYk3CX7NHxsbZXQ10=";
    hash = "sha256-ig0AMGNshe0bm7ZOkqV62hEcLeYlHBayMLk2fJQ8Uyo=";
  };

  nativeBuildInputs = [