Merge pull request #306688 from r-ryantm/auto-update/python311Packages.flake8-bugbear

python311Packages.flake8-bugbear: 24.2.6 -> 24.4.21
This commit is contained in:
Nick Cao 2024-04-25 10:15:11 -04:00 committed by GitHub
commit 8436af3701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "24.2.6";
version = "24.4.21";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9GuHgRCwHD7YP0XdoFip9rWyPtZtVme+c+nHjvBrB8k=";
hash = "sha256-6jKVKVJuNpdKLzl2dTkr1cvArGWCWvuhyjww05r9W/c=";
};
propagatedBuildInputs = [