mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
package/python-pip: bump to version 24.3.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
21ceefad6d
commit
9793094ff2
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pip/json
|
||||
md5 a00c83f8b89decad22d4ad9cd32f1da1 pip-24.2.tar.gz
|
||||
sha256 5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8 pip-24.2.tar.gz
|
||||
md5 ddc01fbcc66b449a9c8dc78d9c13e4df pip-24.3.1.tar.gz
|
||||
sha256 ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99 pip-24.3.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104 LICENSE.txt
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PIP_VERSION = 24.2
|
||||
PYTHON_PIP_VERSION = 24.3.1
|
||||
PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
|
||||
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/4d/87/fb90046e096a03aeab235e139436b3fe804cdd447ed2093b0d70eba3f7f8
|
||||
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/f4/b1/b422acd212ad7eedddaf7981eee6e5de085154ff726459cf2da7c5a184c1
|
||||
PYTHON_PIP_SETUP_TYPE = setuptools
|
||||
PYTHON_PIP_LICENSE = MIT
|
||||
PYTHON_PIP_LICENSE_FILES = LICENSE.txt
|
||||
|
Loading…
Reference in New Issue
Block a user