python3Packages.pixel-font-knife: 0.0.12 -> 0.0.16

This commit is contained in:
R. Ryantm
2025-06-26 04:55:23 +00:00
parent eddb0f04e8
commit 1efe40dba3
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pixel-font-knife";
version = "0.0.12";
version = "0.0.16";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pixel_font_knife";
inherit version;
hash = "sha256-raVWoMRHmaVaxAzxo+k1r3ldqSOBMbMvcEyuWHq7AaM=";
hash = "sha256-zF2NKR8/8EhtzxwJFKfP6EZf58QXmbut81kfpLqDDV8=";
};
build-system = [ hatchling ];