diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-11-19 19:00:17 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:46 +0700 |
commit | f77b9c535d29ce5953be89917a5c7bfef93f95ac (patch) | |
tree | 67be40ad19886c9063eccd073b3cd5ec9ff40836 /python/python3-pydantic/python3-pydantic.SlackBuild | |
parent | 8f4ddf5157c8b676152a4ea52f03e00145ecbcd6 (diff) |
python/python3-pydantic: Updated for version 2.10.1.
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 42fc483fa9..3ee5547fc4 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.9.1} +VERSION=${VERSION:-2.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |