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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:19 +02:00
parent db4561844a
commit 8725558fea
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pixel-font-builder";
version = "0.0.34";
version = "0.0.37";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pixel_font_builder";
inherit version;
hash = "sha256-+t1N2GlIyPr7OHppP3h0TDQNYhrQCrBHc8fGyYq2AiM=";
hash = "sha256-qlF+dp2umL3H7l/9R5kbpFLOsaZnl5V2WjLaeXMzGls=";
};
build-system = [ hatchling ];