From 6e1785d14864e53def999d01c782b8f6bfbb4813 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 24 Jul 2023 15:48:42 +0800 Subject: [PATCH] python-wheel: Update to 0.41.0 Signed-off-by: Jeffery To --- lang/python/python-wheel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-wheel/Makefile b/lang/python/python-wheel/Makefile index abf604a9d1..d0c0e3791f 100644 --- a/lang/python/python-wheel/Makefile +++ b/lang/python/python-wheel/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-wheel -PKG_VERSION:=0.40.0 +PKG_VERSION:=0.41.0 PKG_RELEASE:=1 PYPI_NAME:=wheel -PKG_HASH:=cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873 +PKG_HASH:=55a0f0a5a84869bce5ba775abfd9c462e3a6b1b7b7ec69d72c0b83d673a5114d PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt