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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user