Merge pull request #197634 from newAM/flake8-bugbear

python3Packages.flake8-bugbear: 22.9.23 -> 22.10.25
This commit is contained in:
markuskowa
2022-10-25 22:32:54 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "22.9.23";
version = "22.10.25";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-LI8NnAB87Iel5aTVb2BIwHUB6KVtHzLvu+pJnFI3nw0=";
hash = "sha256-+eE9MY1k9JN0l3g8/wWOfbhkoSZLYG+wPKvl63R1n3o=";
};
propagatedBuildInputs = [