From 5724fa4e194e05d0cf7587bd1cf6ceff3155c9f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 6 Jul 2022 16:03:43 -0400 Subject: [PATCH] python3-cryptography: update to 37.0.4. --- srcpkgs/python3-cryptography/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index 887798a162c..7642394970d 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -1,6 +1,6 @@ # Template file for 'python3-cryptography' pkgname=python3-cryptography -version=37.0.2 +version=37.0.4 revision=1 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module @@ -18,7 +18,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=f224ad253cc9cea7568f49077007d2263efa57396a2f2f78114066fd54b5c68e +checksum=63f9c17c0e2474ccbebc9302ce2f07b55b3b3fcb211ded18a42d5764f5c10a82 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"