python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424)

This commit is contained in:
jopejoe1
2024-11-13 20:03:14 +01:00
committed by GitHub
@@ -61,14 +61,14 @@ let
in
buildPythonPackage rec {
pname = "gftools";
version = "0.9.71";
version = "0.9.74";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "gftools";
rev = "refs/tags/v${version}";
hash = "sha256-YVuTozuONZbBtrst4Q+NmHxqEZa/YPVRMiagjmjcW9U=";
hash = "sha256-AIE2b2BgW4LYtnS76t4vu6B2POmqKgMzLLqRs9K40Gg=";
};
postPatch = ''