python310Packages.flake8-bugbear: 23.7.10 -> 23.9.16

This commit is contained in:
R. Ryantm 2023-09-17 01:42:13 +00:00
parent fc48aead11
commit 89c9ba0c81

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "23.7.10";
version = "23.9.16";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-pObZ3HvXuc9MabxY5XK2DPaGZXicH6zQ4RtfGpGdGBE=";
hash = "sha256-fGrefEoyEgJE3danv9hG+Os79ixPzurEzLc3Dnj2M3k=";
};
propagatedBuildInputs = [