skytemple: 1.6.5 -> 1.8.3
https://github.com/SkyTemple/skytemple/compare/1.6.5...1.8.3
This commit is contained in:
parent
7eb38dae34
commit
5d125adb76
@ -10,14 +10,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "skytemple";
|
||||
version = "1.6.5";
|
||||
version = "1.8.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SkyTemple";
|
||||
repo = "skytemple";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-yfXu1sboKi8STPiX5FUD9q+1U9GfhOyEKDRvU9rgdfI=";
|
||||
hash = "sha256-RFLxDV/L6Qbz14KqIEcMX/EnirNUrHL0MW8v5Z8ByK0=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ setuptools ];
|
||||
@ -36,11 +36,6 @@ python3Packages.buildPythonApplication rec {
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"skytemple-files"
|
||||
"skytemple-ssb-debugger"
|
||||
];
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
cairosvg
|
||||
natsort
|
||||
@ -49,7 +44,6 @@ python3Packages.buildPythonApplication rec {
|
||||
pycairo
|
||||
pygal
|
||||
psutil
|
||||
gbulb
|
||||
pypresence
|
||||
sentry-sdk
|
||||
setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user