python310Packages.flake8-bugbear: 23.9.16 -> 23.11.28

This commit is contained in:
R. Ryantm
2023-12-02 03:47:32 +00:00
parent eb18da27b9
commit cc3d1c591c
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "23.9.16";
version = "23.11.28";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-fGrefEoyEgJE3danv9hG+Os79ixPzurEzLc3Dnj2M3k=";
hash = "sha256-9mVCJZmjYECi62wYRmyipAl3B1wqyDU/nTSNcA7oc04=";
};
propagatedBuildInputs = [