Unverified Commit 87cdb337 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #179831 from newAM/flake8-bugbear

python3Packages.flake8-bugbear: 22.6.22 -> 22.7.1

Closes #179936
parents 19d31fc0 258bf7f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "flake8-bugbear";
  version = "22.6.22";
  version = "22.7.1";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "PyCQA";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-U5f7NZ1rkcYcluLsw2hTuPxme7QrmAMJrpKncFsYzNs=";
    hash = "sha256-eG/1BENY93j76ZFlcnariDFkK9yspqgNUxFPdAhBCVA=";
  };

  propagatedBuildInputs = [