python3Packages.gftools: 0.9.994 -> 0.9.995

This commit is contained in:
R. Ryantm
2026-04-15 13:27:57 +00:00
parent ee7c74b78c
commit 36d1a77540
@@ -62,14 +62,14 @@ let
in
buildPythonPackage rec {
pname = "gftools";
version = "0.9.994";
version = "0.9.995";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "gftools";
tag = "v${version}";
hash = "sha256-9JTYmInM9kCZHjZQxtvs+qDwmrgJVUmJ+XAp3afIAYQ=";
hash = "sha256-XnlA5u6GP8K+xxazfxMrh16Utxs9uhfxoZFV81yFOfA=";
};
postPatch = ''