python3Packages.pixel-font-builder: 0.0.25 -> 0.0.26

This commit is contained in:
Martin Weinelt
2024-06-24 12:15:49 +02:00
parent 71087ebd19
commit 71f1f3773f
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pixel-font-builder";
version = "0.0.25";
version = "0.0.26";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pixel_font_builder";
inherit version;
hash = "sha256-66mGZ7q64z+tTJSSveD7UCkTq7YXgsHTM25MqUSLfvM=";
hash = "sha256-bgs2FbOA5tcUXe5+KuVztWGAv5yFxQNBaiZMeZ+ic+8=";
};
pythonRelaxDeps = [ "fonttools" ];