3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.flake8-bugbear: 22.9.23 -> 22.10.25

This commit is contained in:
Alex Martens 2022-10-24 16:40:12 -07:00
parent eb8bbdc773
commit f30cb3a6c0

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "22.9.23";
version = "22.10.25";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-LI8NnAB87Iel5aTVb2BIwHUB6KVtHzLvu+pJnFI3nw0=";
hash = "sha256-+eE9MY1k9JN0l3g8/wWOfbhkoSZLYG+wPKvl63R1n3o=";
};
propagatedBuildInputs = [