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

python3Packages.debugpy: 1.8.16 -> 1.8.17 (#443645)

parents 1769b258 c48f22cf
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.16";
  version = "1.8.17";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "debugpy";
    tag = "v${version}";
    hash = "sha256-11P2L3/ePoKrqO2G65XJeDEB6lsC8h7oRyXzGRz18tg=";
    hash = "sha256-U9WeWAX0qDusWcMsFaI1ct4YKlGQEHUYlKZfRiYhma0=";
  };

  patches = [