python-packages/clightning: update

This commit is contained in:
Erik Arvstedt 2023-12-02 23:26:55 +01:00
parent e82da35174
commit de51f20ccb
No known key found for this signature in database
GPG key ID: 33312B944DD97846
10 changed files with 5 additions and 575 deletions

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 = {