From 45e9852b4710cb702eef0bf11f81009e0e92a4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 3 Feb 2026 22:38:25 -0800 Subject: [PATCH] python3Packages.python-bsblan: 3.1.6 -> 4.1.0 Diff: https://github.com/liudger/python-bsblan/compare/v3.1.6...v4.1.0 Changelog: https://github.com/liudger/python-bsblan/releases/tag/v4.1.0 --- pkgs/development/python-modules/python-bsblan/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/python-bsblan/default.nix b/pkgs/development/python-modules/python-bsblan/default.nix index 9dcab25f4276..0d4959a97016 100644 --- a/pkgs/development/python-modules/python-bsblan/default.nix +++ b/pkgs/development/python-modules/python-bsblan/default.nix @@ -2,7 +2,6 @@ lib, aiohttp, aresponses, - async-timeout, backoff, buildPythonPackage, fetchFromGitHub, @@ -16,18 +15,19 @@ pytest-xdist, pytestCheckHook, yarl, + zeroconf, }: buildPythonPackage (finalAttrs: { pname = "python-bsblan"; - version = "3.1.6"; + version = "4.1.0"; pyproject = true; src = fetchFromGitHub { owner = "liudger"; repo = "python-bsblan"; tag = "v${finalAttrs.version}"; - hash = "sha256-FMbba7z/Di5oD6xrjpF2cyJzdzdFjSw7wfTwS8Sjo8c="; + hash = "sha256-t60WMq1kbCIkcQSfr03K9Z6ro3zFGaDxCnl/84by+Qw="; }; postPatch = '' @@ -55,6 +55,7 @@ buildPythonPackage (finalAttrs: { pytest-mock pytest-xdist pytestCheckHook + zeroconf ]; __darwinAllowLocalNetworking = true;