diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-11-19 18:54:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:46 +0700 |
commit | 8f4ddf5157c8b676152a4ea52f03e00145ecbcd6 (patch) | |
tree | 2673e1f2e98370f4427633e59a0abffb33aead5e /python/python3-pydantic-core/python3-pydantic-core.SlackBuild | |
parent | 9f40deb7d40a81b2c1567d077c7b01ec7d1113bd (diff) |
python/python3-pydantic-core: Updated for version 2.27.1.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pydantic-core/python3-pydantic-core.SlackBuild b/python/python3-pydantic-core/python3-pydantic-core.SlackBuild index 0ebd91b917..d96fae192d 100644 --- a/python/python3-pydantic-core/python3-pydantic-core.SlackBuild +++ b/python/python3-pydantic-core/python3-pydantic-core.SlackBuild @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pydantic-core SRCNAM=pydantic_core -VERSION=${VERSION:-2.23.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.27.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} VSBUILD=${VSBUILD:-1} |