python3Packages.flake8-bugbear: 25.10.21 -> 25.11.29 (#466537)

This commit is contained in:
Yohann Boniface
2025-12-01 20:50:45 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "25.10.21";
version = "25.11.29";
pyproject = true;
src = fetchFromGitHub {
owner = "PyCQA";
repo = "flake8-bugbear";
tag = version;
hash = "sha256-4ZTi1w+L0M6LCB4G+OxHBnUV0f6s/JPY6tKOt1zh7So=";
hash = "sha256-aIcLCUUiXVzt9aDllXmm0TqIDxwTa3zcs6Yc2H5LnWY=";
};
build-system = [ setuptools ];