From 560e00c88bbede14cafeb0660d1140a6826c8167 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 May 2025 22:04:31 +0200 Subject: [PATCH] python313Packages.iterfzf: 1.6.0.60.3 -> 1.8.0.62.0 Diff: https://github.com/dahlia/iterfzf/compare/refs/tags/1.6.0.60.3...refs/tags/1.8.0.62.0 Changelog: https://github.com/dahlia/iterfzf/releases/tag/1.8.0.62.0 --- pkgs/development/python-modules/iterfzf/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/iterfzf/default.nix b/pkgs/development/python-modules/iterfzf/default.nix index 83b6cb5c0077..ab25c02a5852 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.6.0.60.3"; + version = "1.8.0.62.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "dahlia"; repo = "iterfzf"; tag = version; - hash = "sha256-M6ri90GNHOmr0HtQ/tGxqpG7f+D5rsH/SAlbaVtmTwU="; + hash = "sha256-eLgF+9p+sqxWR1VkSoeL0NPDMamzUYbql4gMeG8fyNY="; }; postPatch = '' @@ -53,11 +53,12 @@ buildPythonPackage rec { pythonImportsCheck = [ "iterfzf" ]; - meta = with lib; { + meta = { description = "Pythonic interface to fzf, a CLI fuzzy finder"; homepage = "https://github.com/dahlia/iterfzf"; changelog = "https://github.com/dahlia/iterfzf/releases/tag/${version}"; - license = licenses.gpl3Only; - maintainers = with maintainers; [ fab ]; + license = lib.licenses.gpl3Only; + maintainers = with lib.maintainers; [ fab ]; + platforms = lib.platforms.unix; }; }