python310Packages.flake8-bugbear: 23.11.28 -> 23.12.2

This commit is contained in:
R. Ryantm 2023-12-19 11:45:23 +00:00
parent dcaba3a80d
commit 08d11dc8be

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "23.11.28";
version = "23.12.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9mVCJZmjYECi62wYRmyipAl3B1wqyDU/nTSNcA7oc04=";
hash = "sha256-5l57t7TMtidp6j4tluz8/af5kgPdD8GKY7B7u/toc8I=";
};
propagatedBuildInputs = [