Commit 69480c5f authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 7453946c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''