python312Packages.gftools: 0.9.68 -> 0.9.70 (#344780)

This commit is contained in:
Johannes Jöns
2024-09-27 05:50:25 +00:00
committed by GitHub
@@ -61,14 +61,14 @@ let
in
buildPythonPackage rec {
pname = "gftools";
version = "0.9.68";
version = "0.9.70";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "gftools";
rev = "refs/tags/v${version}";
hash = "sha256-xdpfRCtZDxRmrGodXUg8J0T5l5gd7Mvl290BXwNLzvY=";
hash = "sha256-mZGkcIODzc2nuhAWU83BkhjWg4+8vnmCA4eXgDsyFy8=";
};
postPatch = ''