diff options
author | Javier Marcet <javier@marcet.info> | 2022-12-16 15:35:12 +0100 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-01-01 16:35:50 +0800 |
commit | b80213e65e1a2f40728fbb5cac178de4e2b6dd11 (patch) | |
tree | c15befe6b32b671357979717efdd43d594e49882 /lang/python | |
parent | 2ee0f893e3bbc63e1d7cd98617ce9624b46c2422 (diff) |
python-jsonschema: Update to 4.17.3
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-jsonschema/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-jsonschema/Makefile b/lang/python/python-jsonschema/Makefile index 859dcbb56..4167ef29c 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 <javier@marcet.info> PKG_LICENSE:=MIT |