python312Packages.pixel-font-knife: 0.0.11 -> 0.0.12 (#396714)
This commit is contained in:
commit
2a9a12ff66
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pixel-font-knife";
|
pname = "pixel-font-knife";
|
||||||
version = "0.0.11";
|
version = "0.0.12";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "pixel_font_knife";
|
pname = "pixel_font_knife";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-tm5cAaeUBL9vbdvq73N2HCytlwYe0Q2Tovo+6XU59GQ=";
|
hash = "sha256-raVWoMRHmaVaxAzxo+k1r3ldqSOBMbMvcEyuWHq7AaM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ hatchling ];
|
build-system = [ hatchling ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user