diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-08-22 01:40:33 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-23 20:51:42 +0700 |
commit | 64e19f9a69323b2db3ad75f934375936f4dc9319 (patch) | |
tree | a9f94968293e7a240007da011712a01f6bf55cb2 /python/python3-jsonschema/python3-jsonschema.SlackBuild | |
parent | 636bc1b4fe399a1c1f3e6e2ed5635355807b2469 (diff) |
python/python3-jsonschema: Updated for version 4.25.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jsonschema/python3-jsonschema.SlackBuild')
-rw-r--r-- | python/python3-jsonschema/python3-jsonschema.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-jsonschema/python3-jsonschema.SlackBuild b/python/python3-jsonschema/python3-jsonschema.SlackBuild index ef7028253c..db79ee45e2 100644 --- a/python/python3-jsonschema/python3-jsonschema.SlackBuild +++ b/python/python3-jsonschema/python3-jsonschema.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jsonschema SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-4.24.0} +VERSION=${VERSION:-4.25.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |