clightning-plugins: bump ver of pyln-client required by prometheus
This commit is contained in:
parent
9c766df16a
commit
33144262ec
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ let
|
|||
extraPkgs = [ prometheus_client ];
|
||||
patchRequirements =
|
||||
"--replace prometheus-client==0.6.0 prometheus-client==0.13.1"
|
||||
+ " --replace pyln-client~=0.9.3 pyln-client~=0.10.1";
|
||||
+ " --replace pyln-client~=0.9.3 pyln-client~=0.11.1";
|
||||
};
|
||||
rebalance = {
|
||||
description = "Keeps your channels balanced";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue