skytemple: 1.8.3 -> 1.8.4

This commit is contained in:
marius david
2025-05-04 12:13:05 +02:00
parent 64dfc1d916
commit 4d7a4ee479
+2 -2
View File
@@ -11,14 +11,14 @@
python3Packages.buildPythonApplication rec {
pname = "skytemple";
version = "1.8.3";
version = "1.8.4";
pyproject = true;
src = fetchFromGitHub {
owner = "SkyTemple";
repo = "skytemple";
tag = version;
hash = "sha256-RFLxDV/L6Qbz14KqIEcMX/EnirNUrHL0MW8v5Z8ByK0=";
hash = "sha256-jdiZLDQEfYESgpe7F5X/odkgXnvjhvfFArrpt4bpPbo=";
};
build-system = with python3Packages; [ setuptools ];