Merge pull request #209887 from r-ryantm/auto-update/python310Packages.debugpy

python310Packages.debugpy: 1.6.4 -> 1.6.5
This commit is contained in:
Fabian Affolter 2023-01-09 18:51:19 +01:00 committed by GitHub
commit 2add5f003a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "debugpy";
version = "1.6.4";
version = "1.6.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Microsoft";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-THhu6Oa4x2b0chLFrJR7FF1z8X3/dsHzXosBmSqaDeI=";
sha256 = "sha256-98hyNer2Xtx6D2R3pFhLC3tb/2DFTawXO36xfwhIfEg=";
};
patches = [