From 37fde138c429577e456c70cab68cbb98b2614119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 3 Oct 2025 04:45:59 -0700 Subject: [PATCH] python3Packages.eq3btsmart: 2.3.0 -> 2.4.1 Diff: https://github.com/EuleMitKeule/eq3btsmart/compare/2.3.0...2.4.1 Changelog: https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.4.1 --- pkgs/development/python-modules/eq3btsmart/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/eq3btsmart/default.nix b/pkgs/development/python-modules/eq3btsmart/default.nix index f8e0c902c4da..3edb4644d4c0 100644 --- a/pkgs/development/python-modules/eq3btsmart/default.nix +++ b/pkgs/development/python-modules/eq3btsmart/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "eq3btsmart"; - version = "2.3.0"; + version = "2.4.1"; pyproject = true; src = fetchFromGitHub { owner = "EuleMitKeule"; repo = "eq3btsmart"; tag = version; - hash = "sha256-9x2uQUpLl0bSOiEBTvt6IPZCJ3Oj+U4knlvrTXPGs3I="; + hash = "sha256-iT3XojEvD2FH+2/ybZ8xOkh7DE1FlFdRLu3tml3HA4A="; }; build-system = [ setuptools ];