skytemple: 1.8.3 -> 1.8.4 (and related dependancies update) (#404087)

This commit is contained in:
Peder Bergebakken Sundt 2025-05-24 03:52:51 +02:00 committed by GitHub
commit 256ee093bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 12 deletions

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 ];

View File

@ -5,10 +5,10 @@
setuptools,
}:
#This package is auto-generated. It could totally be possible to generate it from upstream, but seems unnecessary
#This python library is auto-generated. It should be possible to rebuild it from upstream, but seems unnecessary
buildPythonPackage rec {
pname = "pmdsky-debug-py";
version = "10.0.21";
version = "10.0.48";
pyproject = true;
# SkyTemple specifically require this version. This is used when patching the binary,
# and risk to be a bit problematic if using the latest version, given it doesnt follow semver.
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "SkyTemple";
repo = pname;
rev = version;
sha256 = "sha256-uhLmEViiJ5+2Aw9MJP8GL7nhk8lMPcRZRB8WTDFXe+s=";
sha256 = "sha256-JTvLyYUwOEp1O0rtO313VIT6AYOqXWVFUleTrb6BN6Q=";
};
prePatch = "cd src";
@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Autogenerated and statically check-able pmdsky-debug symbol definitions for Python";
homepage = "https://github.com/SkyTemple/pmdsky-debug-py";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "skytemple-dtef";
version = "1.6.1";
version = "1.8.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "SkyTemple";
repo = "skytemple-dtef";
rev = version;
hash = "sha256-vVh4WRjx/iFJnTZC7D/OCi0gOwKaXs/waVXUEu5Cda8=";
hash = "sha256-IsAHXl9HfjWDXi/n6Alndi+GnAr7pmbjz6wrBECra0Q=";
};
build-system = [ setuptools ];

View File

@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "skytemple-files";
version = "1.8.3";
version = "1.8.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "SkyTemple";
repo = "skytemple-files";
rev = version;
hash = "sha256-4ENuYq074j/VdzLyrGVCGaZhoStwlgJWTqGbrt20A3Q=";
hash = "sha256-s7r6wS7H19+is3CFr+dLaTiq0N/gaO/8IFknmr+OAJk=";
# Most patches are in submodules
fetchSubmodules = true;
};

View File

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "skytemple-ssb-debugger";
version = "1.8.2";
version = "1.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "SkyTemple";
repo = "skytemple-ssb-debugger";
rev = version;
hash = "sha256-HmJOjHX2/P284DSIdKuSz3++Qr1fKVGRQmA/+cMrcYw=";
hash = "sha256-J4UAxNxB2QSaTW1r1xL9wKGTISv0H4RdDnRiZp4idts=";
};
build-system = [ setuptools ];