From c37985699555f89a42d1124134a30403a9bd3741 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 26 Jun 2025 17:14:31 +0000 Subject: [PATCH] python3Packages.gftools: 0.9.85 -> 0.9.86 --- pkgs/development/python-modules/gftools/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/gftools/default.nix b/pkgs/development/python-modules/gftools/default.nix index 720335d69654..42424aeb4a0c 100644 --- a/pkgs/development/python-modules/gftools/default.nix +++ b/pkgs/development/python-modules/gftools/default.nix @@ -15,6 +15,7 @@ bumpfontversion, coreutils, diffenator2, + ffmpeg-python, font-v, fontbakery, fontfeatures, @@ -61,14 +62,14 @@ let in buildPythonPackage rec { pname = "gftools"; - version = "0.9.85"; + version = "0.9.86"; pyproject = true; src = fetchFromGitHub { owner = "googlefonts"; repo = "gftools"; tag = "v${version}"; - hash = "sha256-D7s4msdJFiBlIvREiOqLACDwciNi9Di0dRB+qLpfhFY="; + hash = "sha256-4N27R+rbPSnxg701OGtrD7/iwTaUBdhp528+9n4ZIt8="; }; postPatch = '' @@ -91,7 +92,7 @@ buildPythonPackage rec { substituteInPlace \ Lib/gftools/builder/operations/autohintOTF.py \ - --replace-fail '"otfautohint' '"${lib.getExe' afdko "otfautohint"}' + --replace-fail 'otfautohint' '${lib.getExe' afdko "otfautohint"}' substituteInPlace \ Lib/gftools/builder/operations/paintcompiler.py \ @@ -106,7 +107,7 @@ buildPythonPackage rec { --replace-fail '"cp' '"${lib.getExe' coreutils "cp"}' substituteInPlace \ - Lib/gftools/builder/operations/{fix,remap,autohint,buildStat,addSubset,remapLayout,buildVTT}.py \ + Lib/gftools/builder/operations/{fix,remap,autohint,buildStat,addSubset,remapLayout,buildVTT,buildAvar2}.py \ --replace-fail '"gftools' '"${placeholder "out"}/bin/gftools' substituteInPlace \ @@ -135,6 +136,7 @@ buildPythonPackage rec { beautifulsoup4 brotli bumpfontversion + ffmpeg-python font-v fontfeatures fontmake