python311Packages.pixel-font-builder: 0.0.24 -> 0.0.25

This commit is contained in:
R. Ryantm 2024-06-05 09:00:35 +00:00
parent 47e879862c
commit d409e35808

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pixel-font-builder";
version = "0.0.24";
version = "0.0.25";
pyproject = true;
disabled = pythonOlder "3.11";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pixel_font_builder";
inherit version;
hash = "sha256-hBlTTIPx4TRgeXapVnSaKPUwseR3uYT0gcgKLGmmSZI=";
hash = "sha256-66mGZ7q64z+tTJSSveD7UCkTq7YXgsHTM25MqUSLfvM=";
};
pythonRelaxDeps = [ "fonttools" ];