aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2022-07-22 14:44:43 +0300
committerGitHub <noreply@github.com>2022-07-22 14:44:43 +0300
commit0ae4a5195ab85cc71c9b9df18fc65c828e7a9ed6 (patch)
tree7c6d0b15304e9ff6bf5129cb219f4ec8cd4b2d83 /lang
parent89a8fb1d30388bbe9e6ca22c1a7525c161fdc837 (diff)
parentb0ddec3161969728b671018753a5eaca84e2e57a (diff)
Merge pull request #18966 from commodo/django-bump
django: bump to version 4.0.6
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 f0ef34b05..714ec54ad 100644
--- a/lang/python/django/Makefile
+++ b/lang/python/django/Makefile
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django
-PKG_VERSION:=4.0.5
+PKG_VERSION:=4.0.6
PKG_RELEASE:=$(AUTORELEASE)
PYPI_NAME:=Django
-PKG_HASH:=f7431a5de7277966f3785557c3928433347d998c1e6459324501378a291e5aab
+PKG_HASH:=a67a793ff6827fd373555537dca0da293a63a316fe34cb7f367f898ccca3c3ae
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
PKG_LICENSE:=BSD-3-Clause