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;
|
inherit (clightning) src;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace-fail 'coincurve==20.0.0' 'coincurve==21.0.0'
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ hatchling ];
|
nativeBuildInputs = [ hatchling ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user