python312Packages.gftools: 0.9.76 -> 0.9.77

This commit is contained in:
R. Ryantm
2025-02-02 19:15:16 +00:00
parent 3d2294753d
commit 23dca363d7
@@ -61,14 +61,14 @@ let
in
buildPythonPackage rec {
pname = "gftools";
version = "0.9.76";
version = "0.9.77";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "gftools";
tag = "v${version}";
hash = "sha256-UQcQiPStkXKYAy6yK7K8sjkQiABVuqcGllOYyxUjxfA=";
hash = "sha256-j3UeycBq04jy6uKd7HY+wLlmYAbjYbot630qRy/vG60=";
};
postPatch = ''