python3Packages.tilequant: 1.1.0 -> 1.2.0

https://github.com/SkyTemple/tilequant/releases/tag/1.2.0
This commit is contained in:
Martin Weinelt
2025-01-19 21:18:50 +01:00
parent 8f2218b705
commit e0a4621d66

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "tilequant";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-uW1g3nlT6Y+1beifo/MOlGxsGL7on/jcAROxSddySHk=";
hash = "sha256-0i7brL/hn8SOj3q/rpOcOQ9QW/4Mew2fr0Y42k4K9UI=";
};
pythonRelaxDeps = [ "pillow" ];