diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-10-25 12:51:43 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 12:11:23 +0700 |
commit | f17b05df3d8ca36737ac5e77a56e4e9c318f8b65 (patch) | |
tree | 0fb10f7603c64677908cd0f79efb2b5903ee0d6d /python/python3-cachetools/python3-cachetools.SlackBuild | |
parent | a0eb64f7bbb779e705c5a4797e99b6949d4a3cd5 (diff) |
python/python3-cachetools: Version bump to 5.3.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cachetools/python3-cachetools.SlackBuild')
-rw-r--r-- | python/python3-cachetools/python3-cachetools.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-cachetools/python3-cachetools.SlackBuild b/python/python3-cachetools/python3-cachetools.SlackBuild index 1b841845a0..ee1dab0741 100644 --- a/python/python3-cachetools/python3-cachetools.SlackBuild +++ b/python/python3-cachetools/python3-cachetools.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-cachetools -VERSION=${VERSION:-5.3.1} +VERSION=${VERSION:-5.3.2} SRCNAM=${SRCNAM:-cachetools} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |