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