From 3e74c5ff0eca0a9e52ea9fdcd5cec945aae7ee03 Mon Sep 17 00:00:00 2001 From: Pulux Date: Sun, 7 Jul 2019 07:22:39 +0200 Subject: [PATCH] python-bcrypt: update to 3.1.7. --- srcpkgs/python-bcrypt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template index d4988fdeb1c..1ccac21ee94 100644 --- a/srcpkgs/python-bcrypt/template +++ b/srcpkgs/python-bcrypt/template @@ -1,6 +1,6 @@ # Template file for 'python-bcrypt' pkgname=python-bcrypt -version=3.1.6 +version=3.1.7 revision=1 wrksrc="bcrypt-${version}" build_style=python-module @@ -13,7 +13,7 @@ maintainer="Alessio Sergi " license="Apache-2.0" homepage="https://github.com/pyca/bcrypt" distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz" -checksum=44636759d222baa62806bbceb20e96f75a015a6381690d1bc2eda91c01ec02ea +checksum=0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42 python3-bcrypt_package() { pycompile_module="bcrypt"