Merge pull request #209887 from r-ryantm/auto-update/python310Packages.debugpy

python310Packages.debugpy: 1.6.4 -> 1.6.5

authored by

Fabian Affolter and committed by
GitHub
2add5f00 c79559fc

+2 -2
+2 -2
pkgs/development/python-modules/debugpy/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "debugpy"; 20 - version = "1.6.4"; 20 + version = "1.6.5"; 21 21 format = "setuptools"; 22 22 23 23 disabled = pythonOlder "3.7"; ··· 26 26 owner = "Microsoft"; 27 27 repo = pname; 28 28 rev = "refs/tags/v${version}"; 29 - sha256 = "sha256-THhu6Oa4x2b0chLFrJR7FF1z8X3/dsHzXosBmSqaDeI="; 29 + sha256 = "sha256-98hyNer2Xtx6D2R3pFhLC3tb/2DFTawXO36xfwhIfEg="; 30 30 }; 31 31 32 32 patches = [