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

This commit is contained in:
Martin Weinelt
2024-10-13 11:08:59 +02:00
parent 23d00c825c
commit 985dd2a1f0
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pixel-font-builder";
version = "0.0.26";
version = "0.0.28";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pixel_font_builder";
inherit version;
hash = "sha256-bgs2FbOA5tcUXe5+KuVztWGAv5yFxQNBaiZMeZ+ic+8=";
hash = "sha256-2dWouHAldkjPqn/87q2/a47cCFUdf8Kw6tuMUGT/XDc=";
};
build-system = [ hatchling ];