Merge pull request #231412 from r-ryantm/auto-update/python311Packages.flake8-bugbear

python311Packages.flake8-bugbear: 23.2.13 -> 23.5.9
This commit is contained in:
Fabian Affolter 2023-05-13 09:28:04 +02:00 committed by GitHub
commit 98196f81b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "23.2.13";
version = "23.5.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-4iOt6KQU8QkNdmGBIyevfwqvbKpylV+BN49GjeX68xE=";
hash = "sha256-qjR6WbgewVdmxubtEK6BdZv6zXgp0B9bQLxana3o+WU=";
};
propagatedBuildInputs = [