python3Packages.ufo2ft: 3.8.1 -> 3.8.2

This commit is contained in:
R. Ryantm
2026-06-18 00:03:31 +00:00
parent c5eab8042c
commit 5317db6ca2
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "ufo2ft";
version = "3.8.1";
version = "3.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "ufo2ft";
tag = "v${version}";
hash = "sha256-Y9QyirOYbZ7fNivsb2N/hNlzr5FZqyscN9m1G8x1icE=";
hash = "sha256-6lo1WyLmXIcZnHDewwQekTxALHQAiCLNF7Kxj+nKBj8=";
};
build-system = [