python312Packages.fontmake: 3.9.0 -> 3.10.0

Diff: https://github.com/googlefonts/fontmake/compare/v3.9.0...v3.10.0

Changelog: https://github.com/googlefonts/fontmake/releases/tag/v3.10.0
This commit is contained in:
Nick Cao
2025-02-01 15:57:18 -05:00
parent 7ef6e94ff3
commit 7b9148e27a
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "fontmake";
version = "3.9.0";
version = "3.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "fontmake";
rev = "v${version}";
hash = "sha256-q6ul9MYbq85RpZE0ozHOCBNAR4r9InIjumadT1GyJ6k=";
hash = "sha256-ZlK8QyZ5cIEphFiZXMV/Z5pL9H62X2UwLBtpwLGpUMQ=";
};
build-system = [