python310Packages.flake8-bugbear: 23.1.20 -> 23.2.13

This commit is contained in:
R. Ryantm 2023-02-20 06:51:22 +00:00
parent d801c32592
commit 1fe9b33a8f

View file

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