From 76b34bb9161dc4addd60fb9dfa1a210b7684abfe Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Thu, 14 Dec 2023 12:15:00 +0100
Subject: [PATCH] python/isort: update to 5.13.2

---
 components/python/isort/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/python/isort/Makefile b/components/python/isort/Makefile
index 302e0e4..58a4025 100644
--- a/components/python/isort/Makefile
+++ b/components/python/isort/Makefile
@@ -19,13 +19,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		isort
-HUMAN_VERSION =			5.13.1
+HUMAN_VERSION =			5.13.2
 COMPONENT_SUMMARY =		isort - A Python utility / library to sort Python imports.
 COMPONENT_PROJECT_URL =		https://pycqa.github.io/isort/
 COMPONENT_ARCHIVE_URL =		\
-	https://files.pythonhosted.org/packages/1e/59/98677f9085b607551b009833449c39bfc4ce8172b0d9545eece9b5e2f8e5/isort-5.13.1.tar.gz
+	https://files.pythonhosted.org/packages/87/f9/c1eb8635a24e87ade2efce21e3ce8cd6b8630bb685ddc9cdaca1349b2eb5/isort-5.13.2.tar.gz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:aaed790b463e8703fb1eddb831dfa8e8616bacde2c083bd557ef73c8189b7263
+	sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109
 COMPONENT_LICENSE =		MIT
 COMPONENT_LICENSE_FILE =	LICENSE
 

--
Gitblit v1.9.3