python313Packages.iterfzf: 1.4.0.60.2 -> 1.5.0.60.2 (#387852)

This commit is contained in:
Fabian Affolter
2025-03-07 11:26:37 +01:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "iterfzf";
version = "1.4.0.60.2";
version = "1.5.0.60.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "dahlia";
repo = "iterfzf";
tag = version;
hash = "sha256-/9nEux//IaTFjiOqHBDXxURT/fyDS7ksdVPhsvUijpU=";
hash = "sha256-9WN49tY9wWBVQGXCpvNQlRaRCZWSfV4xrZPoIOVjK9g=";
};
postPatch = ''