python3Packages.pixel-font-builder: 0.0.30 -> 0.0.34

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:48 +02:00
parent b9de32329c
commit 3cf0edeb64
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pixel-font-builder";
version = "0.0.30";
version = "0.0.34";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pixel_font_builder";
inherit version;
hash = "sha256-kmWWbMHxXd6pgLunkzOeNgsIvi/tqShTqkcuL4i8nM0=";
hash = "sha256-+t1N2GlIyPr7OHppP3h0TDQNYhrQCrBHc8fGyYq2AiM=";
};
build-system = [ hatchling ];