python-jsonschema: Update to 4.22.0
authorJavier Marcet <javier@marcet.info>
Thu, 9 May 2024 17:20:45 +0000 (19:20 +0200)
committerTianling Shen <cnsztl@gmail.com>
Sat, 11 May 2024 13:56:34 +0000 (21:56 +0800)
Release notes:
https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst#v4220

Signed-off-by: Javier Marcet <javier@marcet.info>
lang/python/python-jsonschema/Makefile

index 17002cf89962666dabb6fb8c53cd49a3e06da548..82ce406bd58264db76dc2b07898259595a282fdd 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-jsonschema
-PKG_VERSION:=4.21.1
+PKG_VERSION:=4.22.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=jsonschema
-PKG_HASH:=85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5
+PKG_HASH:=5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=MIT