python3Packages.wheel: 0.41.1 -> 0.42.0

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:39 +01:00
parent 3399f17d3d
commit d2090bd2e8
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "wheel";
version = "0.41.1";
version = "0.42.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "pypa";
repo = pname;
rev = version;
hash = "sha256-/EaDJ2zI/ly2BrrGhiZGwiBYDVPYWTki+87UqtCS3bw=";
rev = "refs/tags/${version}";
hash = "sha256-WML3/gAK1R9DEeRVZWeO0VRFuNVKP52i5I5mYV6vQcI=";
postFetch = ''
cd $out
mv tests/testdata/unicode.dist/unicodedist/åäö_.py \