diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-12-08 15:50:49 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 07:50:09 +0700 |
commit | 8111a6f725c3586de280cdfa4f57085fa76f70be (patch) | |
tree | 34a4f15b263066dc4822137e3dd9e6ea1f29909e /python/python3-platformdirs/python3-platformdirs.SlackBuild | |
parent | 6746ac82058abb643731c750016ae6a827ab16af (diff) |
python/python3-platformdirs: Updated for version 4.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-platformdirs/python3-platformdirs.SlackBuild')
-rw-r--r-- | python/python3-platformdirs/python3-platformdirs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-platformdirs/python3-platformdirs.SlackBuild b/python/python3-platformdirs/python3-platformdirs.SlackBuild index cc1a5858b7..5f6f20a274 100644 --- a/python/python3-platformdirs/python3-platformdirs.SlackBuild +++ b/python/python3-platformdirs/python3-platformdirs.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-platformdirs -VERSION=${VERSION:-4.0.0} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |