diff options
author | Fabian Lipken <dynasticorpheus@gmail.com> | 2024-02-29 09:45:35 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-03-02 19:29:59 +0100 |
commit | 21c721440cca92f34ff2cd64db5fb4163d96b739 (patch) | |
tree | 370f4f7384d893722052d743bf91347776dbf09b | |
parent | ab2f10233ed984b0c8935005a0d26efa57c7a4d1 (diff) |
python-bcrypt: Update to 4.1.2
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
-rw-r--r-- | lang/python/python-bcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-bcrypt/Makefile b/lang/python/python-bcrypt/Makefile index da5951b8d..0d2a1d51d 100644 --- a/lang/python/python-bcrypt/Makefile +++ b/lang/python/python-bcrypt/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-bcrypt -PKG_VERSION:=4.1.1 +PKG_VERSION:=4.1.2 PKG_RELEASE:=1 PYPI_NAME:=bcrypt -PKG_HASH:=df37f5418d4f1cdcff845f60e747a015389fa4e63703c918330865e06ad80007 +PKG_HASH:=33313a1200a3ae90b75587ceac502b048b840fc69e7f7a0905b5f87fac7a1258 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |