diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2024-04-15 19:44:02 +0300 |
---|---|---|
committer | Alexandru Ardelean <alex@shruggie.ro> | 2024-04-16 14:13:23 +0300 |
commit | 0592f27d998a8fad17fedb85847a01da82c4086f (patch) | |
tree | d4f9d00e45b56dba2eeea5c80ba0be68d53282a1 /lang | |
parent | 1a51bd18ac05c73dd627e621a345effe544768f1 (diff) |
django-restframework: bump to version 3.15.1
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/django-restframework/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/django-restframework/Makefile b/lang/python/django-restframework/Makefile index fd53be8e3..eb40c1f5d 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.14.0 +PKG_VERSION:=3.15.1 PKG_RELEASE:=1 PYPI_NAME:=djangorestframework -PKG_HASH:=579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8 +PKG_HASH:=f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_LICENSE:=BSD-3-Clause |