diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-08-23 10:30:36 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-24 11:55:20 +0700 |
commit | d5a3645cb9cef69a2bf43eb9a830887d41b761d2 (patch) | |
tree | a53a5152e36606715feb3f4d7ee483b92be7a236 /python/python3-cachetools/python3-cachetools.SlackBuild | |
parent | a085090b5e282af636eb7885ea72358a5e7e0502 (diff) |
python/python3-cachetools: Updated for version 5.5.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 7e9725e682..6387674289 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.4.0} +VERSION=${VERSION:-5.5.0} SRCNAM=${SRCNAM:-cachetools} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |