Skip to content

Commit

Permalink
fetchPipMetadata: update pip & wheel
Browse files Browse the repository at this point in the history
to latest versions in nixpkgs unstable
  • Loading branch information
phaer committed Jul 18, 2024
1 parent 15d7ef5 commit a574992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/fetchPipMetadata/script.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# list of requirements.txt files
requirementsFiles ? [],
pipFlags ? [],
pipVersion ? "23.1",
pipVersion ? "24.0",
env ? {},
wheelVersion ? "0.40.0",
wheelVersion ? "0.43.0",
nativeBuildInputs ? [],
# executable that returns the project root
findRoot,
Expand Down

0 comments on commit a574992

Please sign in to comment.