python3Packages.flake8-bugbear: 22.6.22 -> 22.7.1

This commit is contained in:
Alex Martens 2022-07-01 11:03:18 -07:00
parent 8e4b4ec677
commit 258bf7f10a

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "22.6.22";
version = "22.7.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-U5f7NZ1rkcYcluLsw2hTuPxme7QrmAMJrpKncFsYzNs=";
hash = "sha256-eG/1BENY93j76ZFlcnariDFkK9yspqgNUxFPdAhBCVA=";
};
propagatedBuildInputs = [