python3-cryptography: update to 39.0.1.

This commit is contained in:
Andrew J. Hesford 2023-02-08 09:30:24 -05:00
parent 8e1a9e61b2
commit 40a866b708
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-cryptography'
pkgname=python3-cryptography
version=39.0.0
version=39.0.1
revision=1
build_style=python3-module
build_helper="rust"
@ -17,7 +17,7 @@ license="BSD-3-Clause, Apache-2.0"
homepage="https://github.com/pyca/cryptography"
changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
checksum=f964c7dcf7802d133e8dbd1565914fa0194f9d683d82411989889ecd701e8adf
checksum=d1f6198ee6d9148405e49887803907fe8962a23e6c6f83ea7d98f1c0de375695
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"