diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-07-17 17:07:55 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-19 08:25:51 +0700 |
commit | 7686ae9443363f9cfa49ad0915790941e036ffda (patch) | |
tree | 9b938e075099cb59b498984bfe5a231b342e9f3d /python/python3-cachetools/python3-cachetools.SlackBuild | |
parent | ea429ed0cd467947a14e474e1019150db11000ee (diff) |
python/python3-cachetools: Version bump to 5.4.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 57d55ea887..7e9725e682 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.3} +VERSION=${VERSION:-5.4.0} SRCNAM=${SRCNAM:-cachetools} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |