diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-01-09 19:30:49 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-01-09 19:31:06 +0100 |
commit | 2f6694cbd00bc47768d85715604a889696dd3e8d (patch) | |
tree | e577b4d95ff3b84a3888772fce1e479aa7aba043 | |
parent | 5fbd256b86b88879b6424e1f51ec22357bf5d4ef (diff) |
python-aiohttp: update to version 3.7.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
-rw-r--r-- | lang/python/python-aiohttp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-aiohttp/Makefile b/lang/python/python-aiohttp/Makefile index f672175e6..60baf9ee3 100644 --- a/lang/python/python-aiohttp/Makefile +++ b/lang/python/python-aiohttp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aiohttp -PKG_VERSION:=3.6.1 -PKG_RELEASE:=2 +PKG_VERSION:=3.7.1 +PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=fc55b1fec0e4cc1134ffb09ea3970783ee2906dc5dfd7cd16917913f2cfed65b +PKG_HASH:=04f9d70f6c4d089be5068d7df6281e638f6820d4f1b1ec3dc012b0b43fa997d2 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=Apache-2.0 |