clightning-plugins: update rev and dependencies

This commit is contained in:
nixbitcoin
2021-04-07 10:51:14 +00:00
committed by Erik Arvstedt
parent c5f67629e6
commit daeedda825
7 changed files with 20 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyln-proto";
version = "0.8.4"; # defined in ${src}/contrib/pyln-proto/setup.py
version = "0.9.3"; # defined in ${src}/contrib/pyln-proto/setup.py
inherit (clightning) src;
@@ -22,10 +22,4 @@ buildPythonPackage rec {
postUnpack = "sourceRoot=$sourceRoot/contrib/${pname}";
postPatch = ''
substituteInPlace requirements.txt \
--replace base58==1.0.2 base58==2.0.1 \
--replace bitstring==3.1.6 bitstring==3.1.5 \
--replace cryptography==2.8 cryptography==3.1
'';
}