diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-10-19 02:44:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 02:44:19 -0700 |
commit | a85cab65d85305756f2785293c6a77a1bb1fbb64 (patch) | |
tree | 9f57916d6aa65bfa8781d43ae8e97ccf88857ed7 | |
parent | f6343858b70ac1a76e985610fc7a398db56a9479 (diff) | |
parent | 77aed0cf17192724d99fbad1796ce60522371251 (diff) |
Merge pull request #13700 from peter-stadler/asgiref
python3-asgiref: update to version 3.3.0
-rw-r--r-- | lang/python/python3-asgiref/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python3-asgiref/Makefile b/lang/python/python3-asgiref/Makefile index 14c2b8aa8..751b3c905 100644 --- a/lang/python/python3-asgiref/Makefile +++ b/lang/python/python3-asgiref/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asgiref -PKG_VERSION:=3.2.10 +PKG_VERSION:=3.3.0 PKG_RELEASE:=1 PYPI_NAME:=asgiref -PKG_HASH:=7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a +PKG_HASH:=cd88907ecaec59d78e4ac00ea665b03e571cb37e3a0e37b3702af1a9e86c365a PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at> PKG_LICENSE:=BSD-3-Clause |