From 182156cfadfcc422511e210b66bab99bc1545dea Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 22 Oct 2025 00:24:03 +0200 Subject: [PATCH] python-wheel: update to 0.45.1 Release notes: https://github.com/pypa/wheel/releases/tag/0.45.1 Signed-off-by: Josef Schlehofer --- 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 28f549b559..336d8a2134 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.42.0 +PKG_VERSION:=0.45.1 PKG_RELEASE:=1 PYPI_NAME:=wheel -PKG_HASH:=c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8 +PKG_HASH:=661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt -- 2.30.2