Skip to content

Commit

Permalink
python312Packages.wheel: 0.44.0 -> 0.45.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 570e12a)
  • Loading branch information
fpletz authored and osnyx committed Dec 13, 2024
1 parent bfe6984 commit e8af1b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/wheel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "wheel";
version = "0.44.0";
format = "pyproject";
version = "0.45.1";
pyproject = true;

src = fetchFromGitHub {
owner = "pypa";
repo = "wheel";
rev = "refs/tags/${version}";
hash = "sha256-IFJ411H5nItR8gA5R0AYXFs3n6e1SLo2VoMOqgvDnnk=";
hash = "sha256-tgueGEWByS5owdA5rhXGn3qh1Vtf0HGYC6+BHfrnGAs=";
postFetch = ''
cd $out
mv tests/testdata/unicode.dist/unicodedist/åäö_日本語.py \
Expand Down

0 comments on commit e8af1b5

Please sign in to comment.