From 002ef9664180b193c8564affbd8858f6388ac29c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 25 Aug 2025 21:55:32 +0000 Subject: [PATCH] python3Packages.pylint-plugin-utils: 0.8.2 -> 0.9.0 --- .../python-modules/pylint-plugin-utils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pylint-plugin-utils/default.nix b/pkgs/development/python-modules/pylint-plugin-utils/default.nix index 815ea7189813..5e925fe57e58 100644 --- a/pkgs/development/python-modules/pylint-plugin-utils/default.nix +++ b/pkgs/development/python-modules/pylint-plugin-utils/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pylint-plugin-utils"; - version = "0.8.2"; + version = "0.9.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "PyCQA"; repo = "pylint-plugin-utils"; tag = version; - hash = "sha256-xuPU1txfB+6+zJjtlfvNA950S5n7/PWPPFn1F3RtvCc="; + hash = "sha256-8C6vJDu60uSb6G0kvwiO0RAY9dU0yf955mAJAKhIkaQ="; }; nativeBuildInputs = [ poetry-core ];