aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlexandru Ardelean <alex@shruggie.ro>2024-03-07 09:02:59 +0200
committerAlexandru Ardelean <alex@shruggie.ro>2024-03-14 16:04:24 +0200
commitee33d307858d92ed89fdbb4259ba81d725de2dc3 (patch)
tree4719936cadf410259cc9c168ac19ae1460eef07a /lang
parent637b440b8ff3cb4f1b88b0a6d8a9a4bbf9dcdf7d (diff)
django: bump to version 5.0.3
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Diffstat (limited to 'lang')
-rw-r--r--lang/python/django/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile
index 6a5a9c925..5f8a2923d 100644
--- a/lang/python/django/Makefile
+++ b/lang/python/django/Makefile
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django
-PKG_VERSION:=5.0.1
+PKG_VERSION:=5.0.3
PKG_RELEASE:=1
PYPI_NAME:=Django
-PKG_HASH:=8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854
+PKG_HASH:=5fb37580dcf4a262f9258c1f4373819aacca906431f505e4688e37f3a99195df
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
PKG_LICENSE:=BSD-3-Clause