pyxel: 2.1.6 -> 2.3.18
This commit is contained in:
parent
47587018cb
commit
a119ecea11
1119
pkgs/by-name/py/pyxel/Cargo.lock
generated
1119
pkgs/by-name/py/pyxel/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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 ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user