diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-06-21 03:49:32 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-22 20:26:46 +0700 |
commit | 8925339a65145db821c26aad428ac67cb30b9207 (patch) | |
tree | ff88569a978691674ff1f295286762abb2fbc5dd /python/python3-pydantic/python3-pydantic.SlackBuild | |
parent | 88906d54f022cb0e015166e2fb0dbeaa61c8de87 (diff) |
python/python3-pydantic: Updated for version 2.7.4.
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 c695d7d7de..dd9c238faf 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.7.1} +VERSION=${VERSION:-2.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |