Merge pull request #333275 from kira-bruneau/python3Packages.debugpy

python311Packages.debugpy: 1.8.2 -> 1.8.5
This commit is contained in:
Kira Bruneau
2024-08-20 21:10:12 -04:00
committed by GitHub
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "debugpy";
version = "1.8.2";
version = "1.8.5";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "debugpy";
rev = "refs/tags/v${version}";
hash = "sha256-J63izrJX7/el36kMHv+IyqDQ1C13CKb40HLOVgOzHEw=";
hash = "sha256-SmSYhmLnVpBPEPO2o40wIv+e3cBbmZXSz+IKMRcnScw=";
};
patches =