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
commit 2642d39526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''