mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/python-pydantic-core: bump to version 2.20.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
ad0d6d468c
commit
2002c368f2
@ -1,4 +1,4 @@
|
||||
# Locally calculated after vendoring
|
||||
sha256 a3597bcb7a6c9aabee543ba5797ba4997eb5a91b36bc6c596be4640bccf98daf pydantic_core-2.20.0.tar.gz
|
||||
sha256 87cee9e796c31e3470dd13675286f13d58084e4362dae9288a9fa45b1264c084 pydantic_core-2.20.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2afdd30d54b4d62b6f488a6bcc1546e84ec5061f13f4209c03d012348783795a LICENSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYDANTIC_CORE_VERSION = 2.20.0
|
||||
PYTHON_PYDANTIC_CORE_VERSION = 2.20.1
|
||||
PYTHON_PYDANTIC_CORE_SOURCE = pydantic_core-$(PYTHON_PYDANTIC_CORE_VERSION).tar.gz
|
||||
PYTHON_PYDANTIC_CORE_SITE = https://files.pythonhosted.org/packages/7d/fa/9802d053f33dbcf110d46e3f28667b06cd764b164f1e3f4189848cdd6e78
|
||||
PYTHON_PYDANTIC_CORE_SITE = https://files.pythonhosted.org/packages/12/e3/0d5ad91211dba310f7ded335f4dad871172b9cc9ce204f5a56d76ccd6247
|
||||
PYTHON_PYDANTIC_CORE_SETUP_TYPE = maturin
|
||||
PYTHON_PYDANTIC_CORE_LICENSE = MIT
|
||||
PYTHON_PYDANTIC_CORE_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user