python-packages/specific-versions: remove coincurve_20
`coincurve_20` in now included in nixpkgs 25.05. Also remove its dependency `scikit-build-core_0_10`.
This commit is contained in:
parent
9da4d1e8c0
commit
9b607daa78
3 changed files with 0 additions and 188 deletions
|
|
@ -26,10 +26,6 @@ rec {
|
|||
|
||||
# autobahn 20.12.3, required by joinmarketclient
|
||||
autobahn = callPackage ./specific-versions/autobahn.nix {};
|
||||
# coincurve 20, required by pyln-proto.
|
||||
coincurve = callPackage ./specific-versions/coincurve_20 {};
|
||||
# scikit-build-core 0_10, required by coincurve.
|
||||
scikit-build-core = callPackage ./specific-versions/scikit-build-core_0_10 {};
|
||||
};
|
||||
|
||||
nbPython3Packages = (python3.override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue