python3Packages.fontmake: 3.8.1 -> 3.9.0

This commit is contained in:
Martin Weinelt
2024-04-22 13:59:57 +02:00
parent 9bb199e444
commit 55016a0658
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "fontmake";
version = "3.8.1";
version = "3.9.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-m0cRLm9Jbqlsf9NwR7Lma2NZYUjy5IDJYOorVbdLDuw=";
hash = "sha256-KrfT0fvE1fhaM2RH4LqRUda7yMHg2T59UdGi3SSZP7s=";
extension = "zip";
};