Commit 4c102acb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.zeroconf: 0.39.1 -> 0.39.2

parent 45454cd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "zeroconf";
  version = "0.39.1";
  version = "0.39.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "jstasiak";
    repo = "python-zeroconf";
    rev = "refs/tags/${version}";
    hash = "sha256-fIp1RLf6qpo9s5fdgFt7yid6M/Sf3hmm8MZikjCiCu0=";
    hash = "sha256-lw2QqBGqdiTUSVEPWvxFFKkwyVzzQ6RXEKPE/ayet0A=";
  };

  propagatedBuildInputs = [