pythonPackages.debugpy: 1.4.2 → 1.4.3

This commit is contained in:
Kira Bruneau
2021-09-11 12:23:00 -04:00
parent 689e408afc
commit 97cfb35eb8
2 changed files with 8 additions and 7 deletions
@@ -17,13 +17,13 @@
buildPythonPackage rec {
pname = "debugpy";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "Microsoft";
repo = pname;
rev = "v${version}";
hash = "sha256-asowRMcNWUsy5av7GOoWALy7Ph3WNk4sU/EsiwVUkf4=";
hash = "sha256-ULxVoZuMNDL0Win/+55RnbkCPZ8OI8nhSKshvJOMFQ4=";
};
patches = [