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

python310Packages.diff-cover: 6.5.1 -> 7.0.1
This commit is contained in:
Fabian Affolter 2022-09-21 09:00:20 +02:00 committed by GitHub
commit d6aa15213a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,15 +18,15 @@
buildPythonPackage rec {
pname = "diff-cover";
version = "6.5.1";
version = "7.0.1";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "diff_cover";
inherit version;
hash = "sha256-jDuxOBLpZnvIP4x2BkAlEenC/nnWeG8SlSLnlpPuCWs=";
hash = "sha256-aSWDVdr4J2BXqS5CzsUllK2M/n3VBdbw5W/kQLxEGNA=";
};
propagatedBuildInputs = [