python3Packages.gftools: 0.9.88 -> 0.9.89 (#442878)

This commit is contained in:
jopejoe1
2025-09-14 13:19:45 +00:00
committed by GitHub
@@ -62,14 +62,14 @@ let
in
buildPythonPackage rec {
pname = "gftools";
version = "0.9.88";
version = "0.9.89";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "gftools";
tag = "v${version}";
hash = "sha256-eCMjxqMxJ2xzPyLHoby0gmrcJVTECzUZmLywpKarDXI=";
hash = "sha256-GbnmKyhcaya0a04Ax7UtnHuB8xMbdENrSzxIVWJHGig=";
};
postPatch = ''