Merge pull request #178730 from r-ryantm/auto-update/python310Packages.diff-cover

python310Packages.diff-cover: 6.5.0 -> 6.5.1

authored by Fabian Affolter and committed by GitHub 9f8ee001 efa5caa0

+2 -2
+2 -2
pkgs/development/python-modules/diff-cover/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "diff-cover"; 21 - version = "6.5.0"; 21 + version = "6.5.1"; 22 22 format = "setuptools"; 23 23 24 24 disabled = pythonOlder "3.6"; ··· 26 26 src = fetchPypi { 27 27 pname = "diff_cover"; 28 28 inherit version; 29 - hash = "sha256-N2O0/C75EGO6crUCFGUiJLLQqfMVRNVQRZb1xKhHzXs="; 29 + hash = "sha256-jDuxOBLpZnvIP4x2BkAlEenC/nnWeG8SlSLnlpPuCWs="; 30 30 }; 31 31 32 32 propagatedBuildInputs = [