Skip to content

Commit

Permalink
Merge pull request NixOS#165015 from newAM/flake8-bugbear
Browse files Browse the repository at this point in the history
python3Packages.flake8-bugbear: 22.1.11 -> 22.3.20
  • Loading branch information
ryantm authored Mar 22, 2022
2 parents bb82344 + b97947b commit a9777c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/flake8-bugbear/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

buildPythonPackage rec {
pname = "flake8-bugbear";
version = "22.1.11";
version = "22.3.20";

src = fetchFromGitHub {
owner = "PyCQA";
repo = pname;
rev = version;
sha256 = "sha256-sTg69Hgvi77wtLWEH4JtcIAMFk7exr5CBXmyS0nE5Vc=";
sha256 = "sha256-tq008SNytZCttnVY1NLf9/2aeqP+iPLUNsRLZu0k3Uk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit a9777c1

Please sign in to comment.