python3Packages.gftools: 0.9.81 -> 0.9.85

This commit is contained in:
R. Ryantm
2025-05-22 23:57:52 +00:00
parent 34fc0d11eb
commit 541dc1c327
@@ -61,14 +61,14 @@ let
in
buildPythonPackage rec {
pname = "gftools";
version = "0.9.81";
version = "0.9.85";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "gftools";
tag = "v${version}";
hash = "sha256-+9M3PM9LM1/nqNstdAVlF/sF2Xl/xeZN3L8RvjywEIU=";
hash = "sha256-D7s4msdJFiBlIvREiOqLACDwciNi9Di0dRB+qLpfhFY=";
};
postPatch = ''