Merge pull request #255177 from fabaff/zeroconf-bump

python311Packages.zeroconf: 0.108.0 -> 0.112.0
This commit is contained in:
Fabian Affolter 2023-09-14 23:53:53 +02:00 committed by GitHub
commit a241123ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.108.0";
version = "0.112.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-XwSWKuj8gRe4PO0GaV+C4C5plDX9vkDhMjmSx1TpINE=";
hash = "sha256-A/5c3SV9rn71RZgjHq4NJDphg8u0ZlHtCbFHe5+UybI=";
};
nativeBuildInputs = [