From 366e918e5881c2f9b7d66fb3abc300c7c2da3802 Mon Sep 17 00:00:00 2001 From: Kamila Borowska Date: Fri, 24 Nov 2023 19:57:42 +0100 Subject: [PATCH] skytemple: 1.5.5 -> 1.6.0 --- pkgs/applications/misc/skytemple/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/skytemple/default.nix b/pkgs/applications/misc/skytemple/default.nix index 43e41b253bf8..9ef5acb28fe1 100644 --- a/pkgs/applications/misc/skytemple/default.nix +++ b/pkgs/applications/misc/skytemple/default.nix @@ -10,19 +10,20 @@ python3Packages.buildPythonApplication rec { pname = "skytemple"; - version = "1.5.5"; + version = "1.6.0"; + pyproject = true; src = fetchFromGitHub { owner = "SkyTemple"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-7sv0TzYMQLEaohy45JPPiK2wS3x4sXaevT/BfHaSbWw="; + hash = "sha256-AQ8Wxks7TTHP2h9Tc1LYG4neQ2uWebFIFoCOd3A6KB8="; }; buildInputs = [ gtk3 gtksourceview4 - # webkitgkt is used for rendering interactive statistics graph which + # webkitgtk is used for rendering interactive statistics graph which # can be seen by opening a ROM, entering Pokemon section, selecting # any Pokemon, and clicking Stats and Moves tab. webkitgtk @@ -51,6 +52,7 @@ python3Packages.buildPythonApplication rec { skytemple-icons skytemple-ssb-debugger tilequant + wheel ] ++ skytemple-files.optional-dependencies.spritecollab; doCheck = false; # there are no tests