Skip to content

Commit

Permalink
python312Packages.flake8: 7.1.0 -> 7.1.1 (#332433)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Aug 28, 2024
2 parents f191ad8 + 93ff87e commit f15f397
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/development/python-modules/flake8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "flake8";
version = "7.1.0";
version = "7.1.1";

disabled = pythonOlder "3.8";

Expand All @@ -22,12 +22,12 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = "flake8";
rev = version;
hash = "sha256-jkRr/k/XjiKOkcd4jlOQTnnFun7/hMHdVUWBlS1QZ1E=";
hash = "sha256-6iCZEapftHqd9okJS1wMzIjjmWahrmmZtXd7SUMVcmE=";
};

nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];

propagatedBuildInputs = [
dependencies = [
mccabe
pycodestyle
pyflakes
Expand All @@ -36,6 +36,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];

meta = with lib; {
changelog = "https://github.com/PyCQA/flake8/blob/${src.rev}/docs/source/release-notes/${version}.rst";
description = "Modular source code checker: pep8, pyflakes and co";
homepage = "https://github.com/PyCQA/flake8";
license = licenses.mit;
Expand Down

0 comments on commit f15f397

Please sign in to comment.