Commit 28e89747 authored by Kira Bruneau's avatar Kira Bruneau
Browse files

python312Packages.debugpy: 1.8.13 -> 1.8.14

parent 6a39c6e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

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

  disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "debugpy";
    tag = "v${version}";
    hash = "sha256-pQtslK+kiu1bw3RFKReFr+HeCiv7R/X07n0faEquJQE=";
    hash = "sha256-IOR6Dbbg/HK4/1re0BEWafwmpBMnQJCo5ojDMB2KgV4=";
  };

  patches =