diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-01-09 18:35:18 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-11 08:43:22 +0700 |
commit | 2bca60c3f784af0a69e778262a694ae726fd6601 (patch) | |
tree | 771b745248fd159e21c2725211739abdb89c633b /python/python3-anyio/python3-anyio.SlackBuild | |
parent | daa324744c4359903b336b9bd799c7e0dc245e6f (diff) |
python/python3-anyio: Version bump to 4.8.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-anyio/python3-anyio.SlackBuild')
-rw-r--r-- | python/python3-anyio/python3-anyio.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-anyio/python3-anyio.SlackBuild b/python/python3-anyio/python3-anyio.SlackBuild index 1ca67b705e..c2e1510861 100644 --- a/python/python3-anyio/python3-anyio.SlackBuild +++ b/python/python3-anyio/python3-anyio.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-anyio # Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-anyio -VERSION=${VERSION:-4.7.0} +VERSION=${VERSION:-4.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |