skytemple: 1.5.5 -> 1.6.0

This commit is contained in:
Kamila Borowska
2023-11-27 00:20:23 +01:00
parent a8979e1c36
commit 366e918e58
+5 -3
View File
@@ -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