diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-05-23 10:27:18 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-24 15:03:54 +0700 |
commit | 783d10abfa2ea4cbba4f7b3ed60fe782d13f4c20 (patch) | |
tree | 97973176c8dcc4ae970ef79053292ddbb0888820 /python/python3-pydantic/python3-pydantic.SlackBuild | |
parent | 9e7a25db966fa6981c61f4aac44d5ca0840ad4c7 (diff) |
python/python3-pydantic: Updated for version 2.11.5.
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 df60ee58e9..5b5be84372 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.4} +VERSION=${VERSION:-2.11.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |