pyln-proto: fix for NixOS 25.11

coincurve 21 has no breaking changes:
https://github.com/ofek/coincurve/releases/tag/v21.0.0
This commit is contained in:
Erik Arvstedt
2025-12-23 10:45:43 +01:00
parent 974f29b516
commit 9eca5294bb
@@ -16,6 +16,11 @@ buildPythonPackage rec {
inherit (clightning) src;
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'coincurve==20.0.0' 'coincurve==21.0.0'
'';
nativeBuildInputs = [ hatchling ];
propagatedBuildInputs = [