diff --git a/package/python-pip/python-pip.hash b/package/python-pip/python-pip.hash index 24d731d9e8..39a15696c3 100644 --- a/package/python-pip/python-pip.hash +++ b/package/python-pip/python-pip.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/pip/json -md5 31f52f428372020b80cd7518862fbbee pip-25.3.tar.gz -sha256 8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343 pip-25.3.tar.gz +md5 566bd094e3a0c382ba2705349c83d55e pip-26.0.1.tar.gz +sha256 c4037d8a277c89b320abe636d59f91e6d0922d08a05b60e85e53b296613346d8 pip-26.0.1.tar.gz # Locally computed sha256 checksums sha256 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104 LICENSE.txt diff --git a/package/python-pip/python-pip.mk b/package/python-pip/python-pip.mk index 95bdb64963..aa02a216d6 100644 --- a/package/python-pip/python-pip.mk +++ b/package/python-pip/python-pip.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_PIP_VERSION = 25.3 +PYTHON_PIP_VERSION = 26.0.1 PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz -PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/fe/6e/74a3f0179a4a73a53d66ce57fdb4de0080a8baa1de0063de206d6167acc2 +PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/48/83/0d7d4e9efe3344b8e2fe25d93be44f64b65364d3c8d7bc6dc90198d5422e PYTHON_PIP_SETUP_TYPE = flit PYTHON_PIP_LICENSE = MIT PYTHON_PIP_LICENSE_FILES = LICENSE.txt