python312Packages.debugpy: 1.8.12 -> 1.8.13 (#387707)

This commit is contained in:
Pol Dellaiera
2025-03-06 22:02:38 +01:00
committed by GitHub
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "debugpy";
version = "1.8.12";
version = "1.8.13";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "debugpy";
tag = "v${version}";
hash = "sha256-9hkHvanetjZ3Rww3DdTEcij47DgzhTRTk2rrtrJiQBU=";
hash = "sha256-pQtslK+kiu1bw3RFKReFr+HeCiv7R/X07n0faEquJQE=";
};
patches =
@@ -139,7 +139,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Implementation of the Debug Adapter Protocol for Python";
homepage = "https://github.com/microsoft/debugpy";
changelog = "https://github.com/microsoft/debugpy/releases/tag/v${version}";
changelog = "https://github.com/microsoft/debugpy/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ kira-bruneau ];
platforms = [