diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-03-12 17:34:45 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-16 10:22:26 +0700 |
commit | 4e4950c0870b6e17cc8cc9cd6803107c02dc2f48 (patch) | |
tree | 33a3d83cdae2ac27ab12e12b929ddbe3f3b1b023 /python/python3-pydantic/python3-pydantic.SlackBuild | |
parent | fa68cdbfb21da3c165cbd65a73f43795a161d456 (diff) |
python/python3-pydantic: Updated for version 2.6.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 3f501845e9..76a82fc276 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.3} +VERSION=${VERSION:-2.6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |