python/python3-langcodes: Updated for version 3.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-10-08 11:04:12 +07:00 committed by Willy Sudiarto Raharjo
parent 8228be5056
commit a6feaa7eef
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-langcodes
VERSION=${VERSION:-3.4.0}
VERSION=${VERSION:-3.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-langcodes"
VERSION="3.4.0"
VERSION="3.4.1"
HOMEPAGE="https://github.com/rspeer/langcodes"
DOWNLOAD="https://pypi.io/packages/source/l/langcodes/langcodes-3.4.0.tar.gz"
MD5SUM="3c1bc81ec347ab3027972924341b7d8e"
DOWNLOAD="https://pypi.io/packages/source/l/langcodes/langcodes-3.4.1.tar.gz"
MD5SUM="64118469eea4863c74e0600d9dc40436"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-language-data"