From b532dc5dd75b226588cc73c1b402f6f6214b9869 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 4 Aug 2023 11:33:47 -0400 Subject: [PATCH] python3-cryptography: update to 41.0.3. --- 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 90d6ade8194..0b86e0654ef 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -1,6 +1,6 @@ # Template file for 'python3-cryptography' pkgname=python3-cryptography -version=41.0.2 +version=41.0.3 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=7d230bf856164de164ecb615ccc14c7fc6de6906ddd5b491f3af90d3514c925c +checksum=6d192741113ef5e30d89dcb5b956ef4e1578f304708701b8b73d38e3e1461f34 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"