From: Wei-Ting Yang Date: Sat, 12 Sep 2026 07:21:38 +0000 (+0800) Subject: django: update to 6.1.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=994b3ff8d2dadab9c01aab384becad97c3b72d0d;p=openwrt-packages.git django: update to 6.1.1 Release notes: https://docs.djangoproject.com/en/6.1/releases/6.1.1/ Signed-off-by: Wei-Ting Yang --- diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 1d79177c8..8a807e10c 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=6.1 +PKG_VERSION:=6.1.1 PKG_RELEASE:=1 PYPI_NAME:=django -PKG_HASH:=86a2aacd59b817e4d6ac2ebfe22356c58f66f7b24e503f71b7c2fead677ee48b +PKG_HASH:=7ab93536d8e677aa14554c56426290c69480bf2ee68d7513d4a22f57d6bfeb84 PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause