diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-24 07:34:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-02 09:19:52 +0700 |
commit | a9b3ab427292df7a788558313611ac2c1abe290b (patch) | |
tree | ebcb9b78aba6cb872462700622161d5454a66ffc /python/python3-orjson/python3-orjson.SlackBuild | |
parent | 73346c22dcde8613de6d3e0715759fd7e887f239 (diff) |
python/python3-orjson: Updated for version 3.9.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-orjson/python3-orjson.SlackBuild')
-rw-r--r-- | python/python3-orjson/python3-orjson.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-orjson/python3-orjson.SlackBuild b/python/python3-orjson/python3-orjson.SlackBuild index 65acf1c2ae..00879b827e 100644 --- a/python/python3-orjson/python3-orjson.SlackBuild +++ b/python/python3-orjson/python3-orjson.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-orjson SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-3.9.14} +VERSION=${VERSION:-3.9.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |