Merge pull request #257630 from fabaff/zeroconf-bump

python311Packages.zeroconf: 0.112.0 -> 0.115.0
This commit is contained in:
Nick Cao
2023-09-27 09:29:37 -04:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.112.0";
version = "0.115.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-A/5c3SV9rn71RZgjHq4NJDphg8u0ZlHtCbFHe5+UybI=";
hash = "sha256-KZ9KnXOXQIbW+gEWeDyhShUvPkHu9UXvUkZ7UsTXLOg=";
};
nativeBuildInputs = [