From 54b3a8741de55e079d7edad30fd43d6c0064e50e Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Fri, 16 Dec 2022 15:35:12 +0100 Subject: [PATCH] python-jsonschema: Update to 4.17.3 Signed-off-by: Javier Marcet --- lang/python/python-jsonschema/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-jsonschema/Makefile b/lang/python/python-jsonschema/Makefile index 859dcbb5..4167ef29 100644 --- a/lang/python/python-jsonschema/Makefile +++ b/lang/python/python-jsonschema/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-jsonschema -PKG_VERSION:=4.16.0 +PKG_VERSION:=4.17.3 PKG_RELEASE:=1 PYPI_NAME:=jsonschema -PKG_HASH:=165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23 +PKG_HASH:=0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=MIT