python3Packages.gftools: 0.9.91 -> 0.9.92

This commit is contained in:
R. Ryantm
2025-10-12 18:23:57 +00:00
parent 93d8b87774
commit a2098d1529
@@ -62,14 +62,14 @@ let
in
buildPythonPackage rec {
pname = "gftools";
version = "0.9.91";
version = "0.9.92";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "gftools";
tag = "v${version}";
hash = "sha256-tIvOHBA7MiNYrl9ZmfieSF+QwhM30pwle1mHVZamDo0=";
hash = "sha256-Fm2+OidrGeuWVMg3rn2zBa6hHFBQcxVqXw+cM/tU/QQ=";
};
postPatch = ''