diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-01-20 13:40:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 13:40:25 -0800 |
commit | cfba59db3a6ad884daee59cd7e3d17a2932370d3 (patch) | |
tree | e14d13761f901268c64f98cf8a16b444672de5a5 | |
parent | fc84a810e557147508abed39a270a63bc73b212e (diff) | |
parent | 3fd6f9b4263aad9fac7625f9a7cfb19c39c904f3 (diff) |
Merge pull request #11077 from BKPepe/pyotp
pyotp: update to version 2.3.0
-rw-r--r-- | lang/python/python-pyotp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-pyotp/Makefile b/lang/python/python-pyotp/Makefile index 4eb1c7a25..e04a92f7b 100644 --- a/lang/python/python-pyotp/Makefile +++ b/lang/python/python-pyotp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pyotp -PKG_VERSION:=2.2.7 +PKG_VERSION:=2.3.0 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=be0ffeabddaa5ee53e7204e7740da842d070cf69168247a3d0c08541b84de602 +PKG_HASH:=fc537e8acd985c5cbf51e11b7d53c42276fee017a73aec7c07380695671ca1a1 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=MIT |