python3-cryptography: update to 38.0.4.

This commit is contained in:
Andrew J. Hesford 2022-12-04 22:07:28 -05:00
parent 5d7bb07d8a
commit f2dcfc4952
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-cryptography'
pkgname=python3-cryptography
version=38.0.3
version=38.0.4
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=bfbe6ee19615b07a98b1d2287d6a6073f734735b49ee45b11324d85efc4d5cbd
checksum=175c1a818b87c9ac80bb7377f5520b7f31b3ef2a0004e2420319beadedb67290
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"