python311Packages.flake8-bugbear: 23.2.13 -> 23.5.9

This commit is contained in:
R. Ryantm 2023-05-12 05:39:04 +00:00
parent 53875c54da
commit 119e879d68

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 = [