diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-07-24 15:45:17 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-07-24 22:42:05 -0700 |
commit | 87fe94311298f9246af10694ba7d21bce45a3e37 (patch) | |
tree | 504efc6f80cf388d23ddb07f95276fb98f12bd62 /lang/python/python-pip | |
parent | f2f9ec125384b1a5aa05c51b74888ba9216cd84e (diff) |
python-pip: Update to 23.2.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-pip')
-rw-r--r-- | lang/python/python-pip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-pip/Makefile b/lang/python/python-pip/Makefile index 7dee1f965..c21d2bdff 100644 --- a/lang/python/python-pip/Makefile +++ b/lang/python/python-pip/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pip -PKG_VERSION:=23.2 +PKG_VERSION:=23.2.1 PKG_RELEASE:=1 PYPI_NAME:=pip -PKG_HASH:=a160a170f3331d9ca1a0247eb1cd79c758879f1f81158f9cd05bbb5df80bea5c +PKG_HASH:=fb0bd5435b3200c602b5bf61d2d43c2f13c02e29c1707567ae7fbc514eb9faf2 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt |