Unverified Commit 5475d369 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 5028d86b 8f13dea6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];