python3Packages.fonttools: 4.60.1 -> 4.61.1

Release notes:
https://github.com/fonttools/fonttools/releases/tag/4.61.1
This commit is contained in:
Kirill Radzikhovskyy
2025-12-20 13:11:34 +11:00
parent 21dcc48e14
commit 158a7606e5
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "fonttools";
version = "4.60.1";
version = "4.61.1";
pyproject = true;
src = fetchFromGitHub {
owner = "fonttools";
repo = "fonttools";
tag = version;
hash = "sha256-h/JRItD5IHlhNSamxRxk/dvyAKUFayzxHvlW7v4N1s8=";
hash = "sha256-762bqAhOqqnuNSH8yFLTBnzYuigs716nt+uC1UwUqT4=";
};
build-system = [