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:
Erik Arvstedt 2025-06-01 23:05:57 +02:00
parent 9da4d1e8c0
commit 9b607daa78
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 0 additions and 188 deletions

View file

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