From 501a10e8e671c85c381cccca5adcdaccbc6f95bc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 9 Jan 2025 09:26:15 +0100 Subject: [PATCH] python312Packages.zeroconf: 0.136.2 -> 0.139.0 Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.139.0 --- pkgs/development/python-modules/zeroconf/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/zeroconf/default.nix b/pkgs/development/python-modules/zeroconf/default.nix index 71ce1727d077..2009d64b4b22 100644 --- a/pkgs/development/python-modules/zeroconf/default.nix +++ b/pkgs/development/python-modules/zeroconf/default.nix @@ -7,6 +7,7 @@ ifaddr, poetry-core, pytest-asyncio, + pytest-codspeed, pytest-cov-stub, pytest-timeout, pythonOlder, @@ -16,16 +17,16 @@ buildPythonPackage rec { pname = "zeroconf"; - version = "0.136.2"; + version = "0.139.0"; pyproject = true; - disabled = pythonOlder "3.8"; + disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "jstasiak"; repo = "python-zeroconf"; tag = version; - hash = "sha256-gSoxrG+5LCI0DCEGqrQvzFfnKhlJV5kyqLH6IrN7Zjs="; + hash = "sha256-qhfr4MIBSOyXCQ+RP43016gedXo8bCgxz1tt5oSHAgo="; }; build-system = [ @@ -38,6 +39,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio + pytest-codspeed pytest-cov-stub pytest-timeout pytestCheckHook