python310Packages.debugpy: 1.5.1 -> 1.6.0

This commit is contained in:
R. Ryantm 2022-03-27 22:14:35 +00:00
parent 5f6a4fb8a7
commit a0968ef3b4

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 = [