aboutsummaryrefslogtreecommitdiff
path: root/lang/python/django
diff options
context:
space:
mode:
authorAlexandru Ardelean <alex@shruggie.ro>2024-01-15 07:40:30 +0200
committerRosen Penev <rosenp@gmail.com>2024-02-08 09:40:01 -0800
commit641dfa1695d2b6ed3cf5a2f312e926cc988bbf1e (patch)
treeaf1481b0ed8edbc1af1e79ffef73e54bec168507 /lang/python/django
parenta66e68e2bb5f8c6cc2a0e400b5ba6499f1aaaac6 (diff)
django: bump to version 5.0.1
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Diffstat (limited to 'lang/python/django')
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile
index bbac6314e..6a5a9c925 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
+PKG_VERSION:=5.0.1
PKG_RELEASE:=1
PYPI_NAME:=Django
-PKG_HASH:=7d29e14dfbc19cb6a95a4bd669edbde11f5d4c6a71fdaa42c2d40b6846e807f7
+PKG_HASH:=8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
PKG_LICENSE:=BSD-3-Clause