Merge pull request #106933 from MetaDark/pythonPackages.debugpy

pythonPackages.debugpy: 1.2.0 -> 1.2.1
This commit is contained in:
Ryan Mulligan 2020-12-15 04:20:38 -08:00 committed by GitHub
commit 80cb17d42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
, fetchFromGitHub
, substituteAll
, gdb
, colorama
, flask
, psutil
, pytest-timeout
@ -18,13 +17,13 @@
buildPythonPackage rec {
pname = "debugpy";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "Microsoft";
repo = pname;
rev = "v${version}";
sha256 = "1r5w5ngipj5fgjylrmlw3jrh5y2n67n68l91sj9329549x4ww8dh";
sha256 = "1dgjbbhy228w2zbfq5pf0hkai7742zw8mmybnzjdc9l6pw7360rq";
};
patches = [
@ -65,7 +64,6 @@ buildPythonPackage rec {
)'';
checkInputs = [
colorama
flask
psutil
pytest-timeout