package/python-poetry-core: bump to version 2.2.1

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard
2025-12-31 16:20:10 -07:00
committed by Thomas Petazzoni
parent 3a67722fc8
commit 02e6d7b60f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/poetry-core/json
md5 dd09886c53c482680536e8ce8ffd483e poetry_core-2.2.0.tar.gz
sha256 b4033b71b99717a942030e074fec7e3082e5fde7a8ed10f02cd2413bdf940b1f poetry_core-2.2.0.tar.gz
md5 a025abe2dd8d096480a87941f30d95ec poetry_core-2.2.1.tar.gz
sha256 97e50d8593c8729d3f49364b428583e044087ee3def1e010c6496db76bd65ac5 poetry_core-2.2.1.tar.gz
# Locally computed sha256 checksums
sha256 f1978133782b90f4733bc308ddb19267c3fe04797c88d9ed3bc219032495a982 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_POETRY_CORE_VERSION = 2.2.0
PYTHON_POETRY_CORE_VERSION = 2.2.1
PYTHON_POETRY_CORE_SOURCE = poetry_core-$(PYTHON_POETRY_CORE_VERSION).tar.gz
PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/6c/73/8cc4cdc3992d9e03a749dd0ef7438093042a1ed197df8fcfc9dc9502ef0b
PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/54/ef/a16c11de95b638341961765e072dfdd4c9a0be51d6b22d594c5f3255e4bb
PYTHON_POETRY_CORE_SETUP_TYPE = pep517
PYTHON_POETRY_CORE_LICENSE = MIT
PYTHON_POETRY_CORE_LICENSE_FILES = LICENSE