diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-24 07:37:44 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-02 09:19:52 +0700 |
commit | 861d3253dea9ea664b73f0e4950ef7cf72e58b1c (patch) | |
tree | bfd23b761e4b51cd2a401c8c3b3a3942285d57a4 /python/python3-pydantic/python3-pydantic.SlackBuild | |
parent | a9b3ab427292df7a788558313611ac2c1abe290b (diff) |
python/python3-pydantic: Updated for version 2.6.2.
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pydantic/python3-pydantic.SlackBuild b/python/python3-pydantic/python3-pydantic.SlackBuild index 79d6ef1da9..9243d8673b 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=${PRGNAM#python3-*} -VERSION=${VERSION:-2.6.1} +VERSION=${VERSION:-2.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |