package/python-poetry-core: bump to version 1.9.1
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7880f89a6a
commit
3243ed0b22
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# md5, sha256 from https://pypi.org/pypi/poetry-core/json
|
||||
md5 eb8730e30aec5f644754b29587b47122 poetry_core-1.9.0.tar.gz
|
||||
sha256 fa7a4001eae8aa572ee84f35feb510b321bd652e5cf9293249d62853e1f935a2 poetry_core-1.9.0.tar.gz
|
||||
md5 64e2c60933b5647f274151ebb1c968f0 poetry_core-1.9.1.tar.gz
|
||||
sha256 7a2d49214bf58b4f17f99d6891d947a9836c9899a67a5069f52d7b67217f61b8 poetry_core-1.9.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 f1978133782b90f4733bc308ddb19267c3fe04797c88d9ed3bc219032495a982 LICENSE
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_POETRY_CORE_VERSION = 1.9.0
|
||||
PYTHON_POETRY_CORE_VERSION = 1.9.1
|
||||
PYTHON_POETRY_CORE_SOURCE = poetry_core-$(PYTHON_POETRY_CORE_VERSION).tar.gz
|
||||
PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/f2/db/20a9f9cae3f3c213a8c406deb4395698459fd96962cea8f2ccb230b1943c
|
||||
PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/c7/5c/3609519b7d890ced542fe327ea26a7c8ea55ef298c323c46cca2a011c1cb
|
||||
PYTHON_POETRY_CORE_SETUP_TYPE = pep517
|
||||
PYTHON_POETRY_CORE_LICENSE = MIT
|
||||
PYTHON_POETRY_CORE_LICENSE_FILES = LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue