python3Packages.fonttools: 4.53.1 -> 4.54.1

https://github.com/fonttools/fonttools/blob/4.54.1/NEWS.rst
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:29 +02:00
parent f4e0accc37
commit 40f2315568
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "fonttools";
version = "4.53.1";
version = "4.54.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "fonttools";
repo = "fonttools";
rev = "refs/tags/${version}";
hash = "sha256-9fxC6OKXZkhih3BFyBqO4t6sKXyarYfFIqBk+WOSiRY=";
hash = "sha256-iYd3EiziaLR7zS0UQAje0QfShNfnhHPdH2+noCQ2yto=";
};
build-system = [