From 4e63dea7b49394c110241d93cb63195002edc07d Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 5 Oct 2020 10:27:10 +0300 Subject: [PATCH] django-restframework: bump to version 3.12.1 Signed-off-by: Alexandru Ardelean --- lang/python/django-restframework/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/django-restframework/Makefile b/lang/python/django-restframework/Makefile index d5fdc82ce..5d9cf88e5 100644 --- a/lang/python/django-restframework/Makefile +++ b/lang/python/django-restframework/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-restframework -PKG_VERSION:=3.11.1 +PKG_VERSION:=3.12.1 PKG_RELEASE:=1 PYPI_NAME:=djangorestframework -PKG_HASH:=6dd02d5a4bd2516fb93f80360673bf540c3b6641fec8766b1da2870a5aa00b32 +PKG_HASH:=d54452aedebb4b650254ca092f9f4f5df947cb1de6ab245d817b08b4f4156249 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause