python3Packages.fontParts: 0.10.7 -> 0.10.8

This commit is contained in:
Martin Weinelt
2022-09-18 23:57:41 +02:00
parent 00a317107e
commit cf9ae52369
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "fontParts";
version = "0.10.7";
version = "0.10.8";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-u0hKI2LLWAUGIVRECk6b5y7UKgJHUx2I8R5Q+qkKxcg=";
sha256 = "sha256-LwEhvLqx3Vu1omc/QrGCptQD25Tbv9Ok5eTURL3hvEQ=";
extension = "zip";
};