summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-09-11 14:16:24 +0200
committerGitHub <noreply@github.com>2022-09-11 14:16:24 +0200
commitebd14bcb54ee588b357323dec42a82c2022066fc (patch)
treeccd08caa99bf1104b8ee2d876fe715918e7b4b40 /pkgs
parentf220dd6c5d701a6f983c558cab83b91739874f6d (diff)
parent5084667f78b1437c91aa5ad19de4cdfb27ea30fa (diff)
Merge pull request #190743 from r-ryantm/auto-update/python310Packages.pytest-pylint
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pytest-pylint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-pylint/default.nix b/pkgs/development/python-modules/pytest-pylint/default.nix
index e03e0fbe626c1..11b91e191aff4 100644
--- a/pkgs/development/python-modules/pytest-pylint/default.nix
+++ b/pkgs/development/python-modules/pytest-pylint/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "pytest-pylint";
-  version = "0.18.0";
+  version = "0.19.0";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "790c7a8019fab08e59bd3812db1657a01995a975af8b1c6ce95b9aa39d61da27";
+    sha256 = "sha256-2I6DwQI8ZBVIqew1Z3B87udhZjKphq8TNCbUp00GaTI=";
   };
 
   nativeBuildInputs = [ pytest-runner ];