From 51beb57ab912f19c8aec183f920be606f34f7b5c Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 12 Dec 2023 18:32:29 +0100
Subject: [PATCH] python/pylint: update to 3.0.3

---
 components/python/pylint/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/python/pylint/Makefile b/components/python/pylint/Makefile
index c6b157f..e97b336 100644
--- a/components/python/pylint/Makefile
+++ b/components/python/pylint/Makefile
@@ -19,12 +19,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		pylint
-HUMAN_VERSION =			3.0.2
+HUMAN_VERSION =			3.0.3
 COMPONENT_SUMMARY =		pylint - python code static checker
 COMPONENT_ARCHIVE_URL =		\
 	https://github.com/pylint-dev/pylint/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:05323c5c40aa2fdd4bba714bea079bb096539a015b43513f396d9b471a4fb762
+	sha256:2880998fc9f3a53fab8989f373faba3f47a3097df0ff2e201ec286bdef0c3aa5
 COMPONENT_LICENSE =		GPL-2.0-only
 COMPONENT_LICENSE_FILE =	LICENSE
 

--
Gitblit v1.9.3