diff options
author | Javier Marcet <javier@marcet.info> | 2022-08-01 19:02:01 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-08-02 18:07:56 -0700 |
commit | 500cdd1243bc9e5456c84b987dc7d6982d45ca70 (patch) | |
tree | 6c0f9205c286f203be28330cca3afebf211cbe8d /lang | |
parent | 35b1a03b8393ab8b8324db455cbf459faac064b2 (diff) |
python-jsonschema: Update to 4.9.0
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'lang')
-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 9deab447a..3c8d20f04 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.6.1 +PKG_VERSION:=4.9.0 PKG_RELEASE:=1 PYPI_NAME:=jsonschema -PKG_HASH:=ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b +PKG_HASH:=df10e65c8f3687a48e93d0d348ce0ce5f897b5a28e9bbcbbe8f7c7eaf019e850 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=MIT |