diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-10-19 02:43:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 02:43:16 -0700 |
commit | 12e69a139644e681052685f75a4b656209652091 (patch) | |
tree | 3808fd9641a04f50bc89422ad4db962805fe2785 | |
parent | effec7d87280f617e92cf9fb3fb231af87ff37bd (diff) | |
parent | 20d1933c45b31a5d708e11fc291471f0a99faa48 (diff) |
Merge pull request #13701 from peter-stadler/drf-nested-routers
drf-nested-routers: update to version 0.92
-rw-r--r-- | lang/python/python3-drf-nested-routers/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python3-drf-nested-routers/Makefile b/lang/python/python3-drf-nested-routers/Makefile index 4e0289d19..b085f5b43 100644 --- a/lang/python/python3-drf-nested-routers/Makefile +++ b/lang/python/python3-drf-nested-routers/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=drf-nested-routers -PKG_VERSION:=0.91 -PKG_RELEASE:=3 +PKG_VERSION:=0.92.1 +PKG_RELEASE:=1 PYPI_NAME:=drf-nested-routers -PKG_HASH:=46e5c3abc15c782cafafd7d75028e8f9121bbc6228e3599bbb48a3daa4585034 +PKG_HASH:=e043fc937f94ac462a92d2d9fc9a7e55710a67164b558442adfe9634fc519c3b PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |