diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-06-17 17:10:25 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-06-21 08:55:37 +0700 |
commit | 83b19474c3efec023e4b7dfd68a8c978b0d2213f (patch) | |
tree | 6c933231a12274209c1f48bc41633fa253dd3965 /python/python3-cachetools/python3-cachetools.SlackBuild | |
parent | 64cc2aeebfdd5a6c3a226357e8a52ca8ef899583 (diff) |
python/python3-cachetools: Version bump to 6.1.0
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 ecd3fba369..d7f595c930 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:-6.0.0} +VERSION=${VERSION:-6.1.0} SRCNAM=${SRCNAM:-cachetools} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |