3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #275393 from r-ryantm/auto-update/python310Packages.flake8-bugbear

python310Packages.flake8-bugbear: 23.11.28 -> 23.12.2
This commit is contained in:
Nick Cao 2023-12-19 11:51:49 -05:00 committed by GitHub
commit fb619560ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "23.11.28";
version = "23.12.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9mVCJZmjYECi62wYRmyipAl3B1wqyDU/nTSNcA7oc04=";
hash = "sha256-5l57t7TMtidp6j4tluz8/af5kgPdD8GKY7B7u/toc8I=";
};
propagatedBuildInputs = [