pythonPackages.debugpy: 1.4.1 → 1.4.2

This commit is contained in:
Kira Bruneau
2021-09-11 12:22:59 -04:00
parent 1eaa7bc9f3
commit 689e408afc
4 changed files with 13 additions and 16 deletions
@@ -17,13 +17,13 @@
buildPythonPackage rec {
pname = "debugpy";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "Microsoft";
repo = pname;
rev = "v${version}";
hash = "sha256-W51Y9tZB1Uyp175+hWCpXChwL+MBpDWjudF87F1MRso=";
hash = "sha256-asowRMcNWUsy5av7GOoWALy7Ph3WNk4sU/EsiwVUkf4=";
};
patches = [