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

Merge pull request #144715 from fabaff/bump-zeroconf

python3Packages.zeroconf: 0.36.11 -> 0.36.12
parents 5d7cfc43 4d729b3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "zeroconf";
  version = "0.36.11";
  version = "0.36.12";
  format = "setuptools";
  disabled = pythonOlder "3.6";

@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "jstasiak";
    repo = "python-zeroconf";
    rev = version;
    sha256 = "sha256-MGaikOO4vdBRCR+jYHr38FGOdg2rjypK5z0UY5lThY4=";
    sha256 = "sha256-W66tL5uVcOhdahtYDYS8WYKXiz58UL6yEUp0uL9u5SI=";
  };

  propagatedBuildInputs = [