Unverified Commit 5d125adb authored by marius david's avatar marius david Committed by Bobby Rong
Browse files
parent 7eb38dae
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -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