python3Packages.pixel-font-builder: 0.0.10 -> 0.0.15

This commit is contained in:
Martin Weinelt
2024-03-12 18:24:39 +01:00
parent 0bcc7a0853
commit 1fb4ae6e19
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pixel-font-builder";
version = "0.0.10";
version = "0.0.15";
disabled = pythonOlder "3.11";
src = fetchPypi {
pname = "pixel_font_builder";
inherit version;
hash = "sha256-evLsNRSC9sPZfhNc8tYbZ/bIrBxSbLuiGRD3ld7Jkbo=";
hash = "sha256-2QnbnJk3onwxmjZ6aUgXFGsx6GtqJDV9Bgs3p5Czvns=";
};
format = "pyproject";