Unverified Commit 2c2fe779 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

python312Packages.debugpy: 1.8.13 -> 1.8.14 (#397810)

parents 23a910ef 28e89747
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

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

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

  patches =