python3Packages.pixel-font-builder: 0.0.37 -> 0.0.39 (#439334)

This commit is contained in:
Nick Cao
2025-09-03 16:22:58 -04:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pixel-font-builder";
version = "0.0.37";
version = "0.0.39";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pixel_font_builder";
inherit version;
hash = "sha256-qlF+dp2umL3H7l/9R5kbpFLOsaZnl5V2WjLaeXMzGls=";
hash = "sha256-osEaZDmby0Xcg3oec4m6TEXJQDfMvWeJeLOCIOwEMZA=";
};
build-system = [ hatchling ];