Commit d3607308 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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

This commit was automatically generated using update-python-libraries.
parent c72651eb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";