diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-05-01 23:58:57 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-03 09:37:17 +0700 |
commit | d39dc1fe4f80e11cc65c21806877a6a1aca26254 (patch) | |
tree | b21e2f176eb5f10722efa3dd98311988b9acb1e5 /python/python3-pydantic/python3-pydantic.SlackBuild | |
parent | 13c53b22723cb582efee85c062f8c21c20a68d94 (diff) |
python/python3-pydantic: Updated for version 2.11.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 7646eb1225..df60ee58e9 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.11.3} +VERSION=${VERSION:-2.11.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |