mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-bcrypt: update to 3.1.7.
This commit is contained in:
parent
5cd193e4d2
commit
3e74c5ff0e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-bcrypt'
|
# Template file for 'python-bcrypt'
|
||||||
pkgname=python-bcrypt
|
pkgname=python-bcrypt
|
||||||
version=3.1.6
|
version=3.1.7
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bcrypt-${version}"
|
wrksrc="bcrypt-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/pyca/bcrypt"
|
homepage="https://github.com/pyca/bcrypt"
|
||||||
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
||||||
checksum=44636759d222baa62806bbceb20e96f75a015a6381690d1bc2eda91c01ec02ea
|
checksum=0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42
|
||||||
|
|
||||||
python3-bcrypt_package() {
|
python3-bcrypt_package() {
|
||||||
pycompile_module="bcrypt"
|
pycompile_module="bcrypt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue