Merge pull request #1021 from nix-community/pip-update

fetchPipMetadata: update pip & wheel
This commit is contained in:
Paul Haerle 2024-07-18 13:42:21 +02:00 committed by GitHub
commit c3f7da8ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,