From a7d26e017c14ba850a59361c5a5bcaa0435a9617 Mon Sep 17 00:00:00 2001 From: psykose Date: Tue, 7 May 2024 12:41:58 +0000 Subject: [PATCH] contrib/python-cryptography-vectors: update to 42.0.7 --- contrib/python-cryptography-vectors/template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/python-cryptography-vectors/template.py b/contrib/python-cryptography-vectors/template.py index fd363b0b25..d509f519a6 100644 --- a/contrib/python-cryptography-vectors/template.py +++ b/contrib/python-cryptography-vectors/template.py @@ -1,5 +1,5 @@ pkgname = "python-cryptography-vectors" -pkgver = "42.0.6" +pkgver = "42.0.7" pkgrel = 0 build_style = "python_pep517" hostmakedepends = [ @@ -14,7 +14,7 @@ source = ( f"$(PYPI_SITE)/c/cryptography_vectors/cryptography_vectors-{pkgver}.tar.gz" ) -sha256 = "47656e3cc5269ba92de8cbf7cfb0891f930a2ea6468154e760d7ca10f6ffd319" +sha256 = "8294c632dbe2cb14c7b7e24219560e674bc2224dfc4bed577ab077dbb82bfa3c" # vectors for python-cryptography tests options = ["!check"]