python/python3-aiohappyeyeballs: Updated for version 2.4.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-10-09 03:28:18 -04:00 committed by Willy Sudiarto Raharjo
parent d8e9e8544a
commit 73257b4ce0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-aiohappyeyeballs
VERSION=${VERSION:-2.4.2}
VERSION=${VERSION:-2.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-aiohappyeyeballs"
VERSION="2.4.2"
VERSION="2.4.3"
HOMEPAGE="https://aiohappyeyeballs.readthedocs.io/en/stable/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohappyeyeballs/aiohappyeyeballs-2.4.2.tar.gz"
MD5SUM="862cf28d31bc4cc1da196c11e3d001bd"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohappyeyeballs/aiohappyeyeballs-2.4.3.tar.gz"
MD5SUM="dcc0ba52e3c350f4edc8a8475d1892d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-wheel python3-poetry-core"