python-packages/clightning: update

This commit is contained in:
Erik Arvstedt
2023-12-14 14:51:12 +01:00
parent e82da35174
commit de51f20ccb
10 changed files with 5 additions and 575 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ let
description = "Lightning node exporter for the prometheus timeseries server";
extraPkgs = [ prometheus_client ];
patchRequirements =
"--replace prometheus-client==0.6.0 prometheus-client==0.16.0"
"--replace prometheus-client==0.6.0 prometheus-client==0.17.1"
+ " --replace pyln-client~=0.9.3 pyln-client~=23.02";
};
rebalance = {