python313Packages.wheel: update hash to include changes from 0.46.1

This commit is contained in:
Jon Hermansen
2025-08-09 18:57:37 +02:00
committed by Martin Weinelt
parent 066e42d4fc
commit 9d86ede454
@@ -14,7 +14,7 @@ buildPythonPackage rec {
owner = "pypa";
repo = "wheel";
tag = version;
hash = "sha256-tgueGEWByS5owdA5rhXGn3qh1Vtf0HGYC6+BHfrnGAs=";
hash = "sha256-iyGfGr3pLVZSEIHetjsPbIIXkuXrmIPiSqqOw31l9Qw=";
};
nativeBuildInputs = [ flit-core ];