python3Packages.pmdsky-debug-py: 10.0.48 -> 10.2.26
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -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 doesn’t 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";
|
||||
|
||||
Reference in New Issue
Block a user