diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-04-10 09:06:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-12 08:42:24 +0700 |
commit | a5bf3aa1f2a88e27ad3649ee1fca5d632a8a3093 (patch) | |
tree | 7e85f96b7b1e0d57329340813028b20ec16081f9 /python/python3-typing-extensions/python3-typing-extensions.SlackBuild | |
parent | 8ea877b5aa2bedc6ccbb2a86461966aab13063af (diff) |
python/python3-typing-extensions: Version bump to 4.13.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-typing-extensions/python3-typing-extensions.SlackBuild')
-rw-r--r-- | python/python3-typing-extensions/python3-typing-extensions.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-typing-extensions/python3-typing-extensions.SlackBuild b/python/python3-typing-extensions/python3-typing-extensions.SlackBuild index 580770f501..40104c57de 100644 --- a/python/python3-typing-extensions/python3-typing-extensions.SlackBuild +++ b/python/python3-typing-extensions/python3-typing-extensions.SlackBuild @@ -4,7 +4,7 @@ # Copyright (c) 2000-2020 Prof. Horstmann <wmh (at) eipg.fr> # Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-typing-extensions SRCNAM=typing_extensions -VERSION=${VERSION:-4.12.2} +VERSION=${VERSION:-4.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |