Merge pull request #166009 from r-ryantm/auto-update/python3.10-debugpy

python310Packages.debugpy: 1.5.1 -> 1.6.0
This commit is contained in:
Fabian Affolter 2022-03-28 08:20:18 +02:00 committed by GitHub
commit c810482260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "debugpy";
version = "1.5.1";
version = "1.6.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "Microsoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dPP4stLt5nl9B9afPmH6/hpGKXBsaTpvYZQSHxU6KaY=";
sha256 = "sha256-WfZz2SimOTpG8CWNUic8NSp4Qd2JTXk+7JSUEPhuQ6Q=";
};
patches = [