electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit f38eed2fad96ecad0fe46ffdc4d3058351cad748
parent 2481d708cc3b971dada61011e8fda8dea5ad6d0a
Author: SomberNight <somber.night@protonmail.com>
Date:   Sun,  5 May 2019 17:39:24 +0200

rerun freeze_packages

One user reported not getting keepkey with fw 6.1.0 detected
with python-keepkey 6.0.3, but detecting it with 6.1.0.
Sounds weird as all the changes look to be tests-related,
and could not reproduce. Still, this should not hurt.

Diffstat:
Mcontrib/deterministic-build/requirements-hw.txt | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/deterministic-build/requirements-hw.txt b/contrib/deterministic-build/requirements-hw.txt @@ -61,10 +61,10 @@ hidapi==0.7.99.post21 \ idna==2.8 \ --hash=sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 \ --hash=sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c -keepkey==6.0.3 \ - --hash=sha256:439a44f6aed1635afc8c4e20dbba6a24e948bc212c86577e3ba2d1a16df91d45 \ - --hash=sha256:6d07e4bbaf3b559068775da95ec636d244556a698c6869c16e6913334c056d7c \ - --hash=sha256:bbd8e3619392b1d4a7dea71d98092294812670e8a2349f93447b40aeebd3b6cf +keepkey==6.1.0 \ + --hash=sha256:058548e733e1df8d1879ea747eef167c84cb04cdd685240e50d599f48d08e5c6 \ + --hash=sha256:2e1623409307c86f709054ad191bc7707c4feeacae2e497bd933f2f0054c6eb0 \ + --hash=sha256:54ef1b134657d3d14ef24c0c98e29d0276ad8f0e053d5e50d836ba8a520230e7 libusb1==1.7 \ --hash=sha256:9d4f66d2ed699986b06bc3082cd262101cb26af7a76a34bd15b7eb56cba37e0f mnemonic==0.18 \