From 11a22a99915de34430a0722af9b0efd675709aa9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 21 Mar 2025 09:17:45 +0100 Subject: [PATCH] python313Packages.iterfzf: 1.5.0.60.2 -> 1.6.0.60.3 Changelog: https://github.com/dahlia/iterfzf/releases/tag/1.6.0.60.3 --- pkgs/development/python-modules/iterfzf/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/iterfzf/default.nix b/pkgs/development/python-modules/iterfzf/default.nix index 9c06b996e040..83b6cb5c0077 100644 --- a/pkgs/development/python-modules/iterfzf/default.nix +++ b/pkgs/development/python-modules/iterfzf/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "iterfzf"; - version = "1.5.0.60.2"; + version = "1.6.0.60.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "dahlia"; repo = "iterfzf"; tag = version; - hash = "sha256-9WN49tY9wWBVQGXCpvNQlRaRCZWSfV4xrZPoIOVjK9g="; + hash = "sha256-M6ri90GNHOmr0HtQ/tGxqpG7f+D5rsH/SAlbaVtmTwU="; }; postPatch = '' @@ -48,6 +48,7 @@ buildPythonPackage rec { # AttributeError "test_no_query" "test_select_one_ambiguous" + "test_supports_color_kwarg" ]; pythonImportsCheck = [ "iterfzf" ];