python3Packages.tilequant: 1.1.0 -> 1.2.0
https://github.com/SkyTemple/tilequant/releases/tag/1.2.0
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user