From cb7df2351aeacf91c913f6b0d00308e0c6bc5c18 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 1 Nov 2023 19:46:33 +0100 Subject: [PATCH] python311Packages.zeroconf: 0.115.2 -> 0.119.0 (#260837) Diff: https://github.com/jstasiak/python-zeroconf/compare/refs/tags/0.115.2...0.119.0 Changelog: - https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.116.0 - https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.117.0 - https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.118.0 - https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.118.1 - https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.119.0 --- pkgs/development/python-modules/zeroconf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/zeroconf/default.nix b/pkgs/development/python-modules/zeroconf/default.nix index a26d45415eae..7c2cf10e5daf 100644 --- a/pkgs/development/python-modules/zeroconf/default.nix +++ b/pkgs/development/python-modules/zeroconf/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "zeroconf"; - version = "0.115.2"; + version = "0.119.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jstasiak"; repo = "python-zeroconf"; rev = "refs/tags/${version}"; - hash = "sha256-qLJWOZyWyLx5orDbvVSluA+zFvHN2393hyVC3ty87ug="; + hash = "sha256-VaqKk2WrRLZM2tfx3+y9GngEc6rMcw0b12ExFVfDYf4="; }; nativeBuildInputs = [