python3Packages.pmdsky-debug-py: 10.0.48 -> 10.2.26

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:50 +01:00
parent c72651eba5
commit d36073080f
@@ -8,7 +8,7 @@
#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.48";
version = "10.2.26";
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.
@@ -16,8 +16,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "SkyTemple";
repo = "pmdsky-debug-py";
rev = version;
sha256 = "sha256-JTvLyYUwOEp1O0rtO313VIT6AYOqXWVFUleTrb6BN6Q=";
tag = version;
sha256 = "sha256-klgtuNjxNQcW01VkKCR69ahpno2XYoQy7MfZSOZ5H9Q=";
};
prePatch = "cd src";