Skip to content

Commit

Permalink
skytemple: 1.6.5 -> 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marius851000 authored and bobby285271 committed Oct 14, 2024
1 parent 7eb38da commit 5d125ad
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pkgs/applications/misc/skytemple/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand All @@ -36,11 +36,6 @@ python3Packages.buildPythonApplication rec {
wrapGAppsHook3
];

pythonRelaxDeps = [
"skytemple-files"
"skytemple-ssb-debugger"
];

dependencies = with python3Packages; [
cairosvg
natsort
Expand All @@ -49,7 +44,6 @@ python3Packages.buildPythonApplication rec {
pycairo
pygal
psutil
gbulb
pypresence
sentry-sdk
setuptools
Expand Down

0 comments on commit 5d125ad

Please sign in to comment.