Unverified Commit 99461869 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python313Packages.debugpy: 1.8.14 -> 1.8.15 (#425641)

parents 5420cfda cd8a55fe
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

buildPythonPackage rec {
  pname = "debugpy";
  version = "1.8.14";
  version = "1.8.15";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "debugpy";
    tag = "v${version}";
    hash = "sha256-IOR6Dbbg/HK4/1re0BEWafwmpBMnQJCo5ojDMB2KgV4=";
    hash = "sha256-neo7A+bjAhuvqYY4YA3O0v5aWUKV91mqajI8gpY0QYs=";
  };

  patches =
@@ -85,8 +85,8 @@ buildPythonPackage rec {
            "i686-linux" = "-shared -o attach_linux_x86.so";
            "aarch64-linux" = "-shared -o attach_linux_arm64.so";
            "riscv64-linux" = "-shared -o attach_linux_riscv64.so";
            "x86_64-darwin" = "-D_REENTRANT -dynamiclib -lc -o attach_x86_64.dylib";
            "aarch64-darwin" = "-D_REENTRANT -dynamiclib -lc -o attach_arm64.dylib";
            "x86_64-darwin" = "-D_REENTRANT -dynamiclib -lc -o attach.dylib";
            "aarch64-darwin" = "-D_REENTRANT -dynamiclib -lc -o attach.dylib";
          }
          .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}")
        }