Browse Source

python/python3-poetry-core: Updated for version 2.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/334/head
fourtysixandtwo 3 weeks ago
committed by Willy Sudiarto Raharjo
parent
commit
5d59cda208
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      python/python3-poetry-core/python3-poetry-core.SlackBuild
  2. 6
      python/python3-poetry-core/python3-poetry-core.info

2
python/python3-poetry-core/python3-poetry-core.SlackBuild

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-poetry-core
SRCNAM=poetry_core
VERSION=${VERSION:-2.2.0}
VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

6
python/python3-poetry-core/python3-poetry-core.info

@ -1,8 +1,8 @@
PRGNAM="python3-poetry-core"
VERSION="2.2.0"
VERSION="2.2.1"
HOMEPAGE="https://github.com/python-poetry/poetry-core"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry_core/poetry_core-2.2.0.tar.gz"
MD5SUM="dd09886c53c482680536e8ce8ffd483e"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry_core/poetry_core-2.2.1.tar.gz"
MD5SUM="a025abe2dd8d096480a87941f30d95ec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build"

Loading…
Cancel
Save