Merge pull request #26958 from np/electrum-ltc-dash-protobuf3_2

electrum-{ltc,dash}: use protobuf3_2
This commit is contained in:
Joachim F 2017-06-30 15:47:35 +01:00 committed by GitHub
commit 8f73c57643
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ python2Packages.buildPythonApplication rec {
dns
ecdsa
pbkdf2
protobuf3_0
protobuf3_2
pyasn1
pyasn1-modules
pycrypto

View File

@ -20,7 +20,7 @@ python2Packages.buildPythonApplication rec {
requests
qrcode
ltc_scrypt
protobuf3_0
protobuf3_2
dns
jsonrpclib
];