From 4c10d728b07d0607a938778f89b85307752d73b8 Mon Sep 17 00:00:00 2001 From: Kira Bruneau Date: Thu, 6 Mar 2025 14:45:49 -0500 Subject: [PATCH] python312Packages.debugpy: 1.8.12 -> 1.8.13 --- pkgs/development/python-modules/debugpy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/debugpy/default.nix b/pkgs/development/python-modules/debugpy/default.nix index a2b42176966b..27b586407015 100644 --- a/pkgs/development/python-modules/debugpy/default.nix +++ b/pkgs/development/python-modules/debugpy/default.nix @@ -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 = [