From 4d58848d93123e716573edd1f0bed4bbc1c423e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Thu, 21 Jul 2022 10:29:53 +0200 Subject: [PATCH] python3-jsonschema: update to 4.7.2. --- srcpkgs/python3-jsonschema/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template index a1dd7ff5d073..1bc8fa32290b 100644 --- a/srcpkgs/python3-jsonschema/template +++ b/srcpkgs/python3-jsonschema/template @@ -1,6 +1,6 @@ # Template file for 'python3-jsonschema' pkgname=python3-jsonschema -version=4.6.1 +version=4.7.2 revision=1 wrksrc="jsonschema-${version}" build_style=python3-pep517 @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/Julian/jsonschema" changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz" -checksum=ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b +checksum=73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3 # Tests require jsonschema to be installed already. Setting PYTHONPATH doesn't seem to do trick make_check=no