Skip to content

Commit

Permalink
python3Packages.pylint: 2.13.3 -> 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Apr 14, 2022
1 parent c87fbbc commit be5f084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pylint/default.nix
Expand Up @@ -19,15 +19,15 @@

buildPythonPackage rec {
pname = "pylint";
version = "2.13.3";
version = "2.13.4";

disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "PyCQA";
repo = pname;
rev = "v${version}";
sha256 = "sha256-m/wmds95+DGHHJvBHU+icFtXUmY7qI+Ga9YmSQagFoc=";
sha256 = "sha256-CMbw6D6szQvur+13halZrskSV/9rDaThMGLeGxfjqWo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit be5f084

Please sign in to comment.