diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-11-08 04:05:42 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:08:39 +0700 |
commit | ce2f827a7ebc2d60d5c55b492f191353e563da32 (patch) | |
tree | 6cad0784f869e627f00d6a8ac1c99330d86b2235 /python/python3-pydantic-core/python3-pydantic-core.SlackBuild | |
parent | 459dcc1fc0094cffd72b9e7f655b6ca9e7ddeb22 (diff) |
python/python3-pydantic-core: Updated for version 2.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pydantic-core/python3-pydantic-core.SlackBuild')
-rw-r--r-- | python/python3-pydantic-core/python3-pydantic-core.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pydantic-core/python3-pydantic-core.SlackBuild b/python/python3-pydantic-core/python3-pydantic-core.SlackBuild index e04d2cd6f9..d1095f53c1 100644 --- a/python/python3-pydantic-core/python3-pydantic-core.SlackBuild +++ b/python/python3-pydantic-core/python3-pydantic-core.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pydantic-core SRCNAM=pydantic_core -VERSION=${VERSION:-2.11.0} +VERSION=${VERSION:-2.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |