pyxel: 2.1.6 -> 2.3.18

This commit is contained in:
TomaSajt 2025-04-23 21:42:51 +02:00
parent 47587018cb
commit a119ecea11
No known key found for this signature in database
GPG Key ID: F011163C050122A1
2 changed files with 796 additions and 329 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,16 +8,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "pyxel"; pname = "pyxel";
version = "2.1.6"; version = "2.3.18";
pyproject = true; pyproject = true;
disabled = python3.pythonOlder "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kitao"; owner = "kitao";
repo = "pyxel"; repo = "pyxel";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-6S+fl6J1JN785HxG8i0oYlwoTsqa3Gm1DpCd4swUPZ8="; hash = "sha256-pw1ZDmQ7zGwfM98jjym34RbLmUbjuuUnCoPGczxdai8=";
}; };
patches = [ ./never-bundle-sdl2.patch ]; patches = [ ./never-bundle-sdl2.patch ];