aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pydantic/python3-pydantic.SlackBuild
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-04-10 08:39:36 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:36 +0700
commita53ed141612a3cc52f2cb21c89b8b407f1e32320 (patch)
treef90eb63e296082a5f84cf22a904e8885163b655e /python/python3-pydantic/python3-pydantic.SlackBuild
parentc666065a7524673ef5c4b776daa00c35870c6b84 (diff)
python/python3-pydantic: Updated for version 1.10.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pydantic/python3-pydantic.SlackBuild')
-rw-r--r--python/python3-pydantic/python3-pydantic.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pydantic/python3-pydantic.SlackBuild b/python/python3-pydantic/python3-pydantic.SlackBuild
index ddf32ac369..5fd85fec85 100644
--- a/python/python3-pydantic/python3-pydantic.SlackBuild
+++ b/python/python3-pydantic/python3-pydantic.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pydantic
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-1.10.4}
+VERSION=${VERSION:-1.10.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}