Skip to content

Commit

Permalink
Merge pull request #312943 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.pep8-naming

python311Packages.pep8-naming: 0.13.3 -> 0.14.1
  • Loading branch information
pbsds authored Jun 5, 2024
2 parents deefec4 + 91930ef commit 67980ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pep8-naming/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildPythonPackage rec {
pname = "pep8-naming";
version = "0.13.3";
version = "0.14.1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "PyCQA";
repo = pname;
rev = version;
hash = "sha256-l7zZUOMWyTxnTbkFkzfABY/eVMKnv0kNJ0UPzJo0W1Y=";
rev = "refs/tags/${version}";
hash = "sha256-uIVk8+5rVEIBZLz70WUi0O6/Q9ERptJ3b7314gLPeHk=";
};

propagatedBuildInputs = [ flake8 ];
Expand Down

0 comments on commit 67980ec

Please sign in to comment.