Skip to content
Commit 695ff0dc authored by Frederik Rietdijk's avatar Frederik Rietdijk
Browse files

pythonPackages: new fetchers

Inspired by https://github.com/NixOS/nixpkgs/pull/22257.
It is recommend to use fetchpypi and, when fetching a wheel, to pass
`format = "wheel"` (typically you can just `inherit format;`).

The hash type is fixed (for now) because this is the hash type PyPI
uses.
parent 7b6b7f6b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment