pipx: Update to 1.3.3
authorJeffery To <jeffery.to@gmail.com>
Mon, 11 Dec 2023 08:00:08 +0000 (16:00 +0800)
committerTianling Shen <cnsztl@gmail.com>
Wed, 13 Dec 2023 06:18:06 +0000 (14:18 +0800)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/pipx/Makefile

index cf6a3e1f566ccc7102c823d17d4c5e39f6ced2a4..f45abe5ff556899ede29a57c0d824b0ee5724bd9 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pipx
-PKG_VERSION:=1.3.2
+PKG_VERSION:=1.3.3
 PKG_RELEASE:=1
 
 PYPI_NAME:=pipx
-PKG_HASH:=704d01d04c67c2dd0c776c5bf5ed35c7b249055b0174568b8507f07d72ed7a7f
+PKG_HASH:=6d5474e71e78c28d83570443e5418c56599aa8319a950ccf5984c5cb0a35f0a7
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
@@ -29,7 +29,7 @@ define Package/pipx
   CATEGORY:=Languages
   SUBMENU:=Python
   TITLE:=Install/Run Python Applications in Isolated Environments
-  URL:=https://github.com/pypa/pipx
+  URL:=https://pipx.pypa.io/
   DEPENDS:= \
     +python3-light \
     +python3-logging \