electrum

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

commit 695ad757c715d4b1a9d379cefafea7a4ec6faea4
parent 9bc4182924424bab2b1c11ef1e9c7f32ab6f2922
Author: SomberNight <somber.night@protonmail.com>
Date:   Thu, 15 Oct 2020 17:11:33 +0200

frozen deps: don't use colorama 0.4.4

until https://github.com/tartley/colorama/issues/284 is resolved

colorama 0.4.4 does not have a source dist uploaded to PyPI, which breaks contrib/make_packages

this partially reverts 4d0afffbcd18a1cfd36be8b7f6f9e428770bfb64

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

diff --git a/contrib/deterministic-build/requirements.txt b/contrib/deterministic-build/requirements.txt @@ -135,5 +135,6 @@ yarl==1.5.1 \ zipp==3.3.0 \ --hash=sha256:64ad89efee774d1897a58607895d80789c59778ea02185dd846ac38394a8642b \ --hash=sha256:eed8ec0b8d1416b2ca33516a37a08892442f3954dee131e92cfd92d8fe3e7066 -colorama==0.4.4 \ - --hash=sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2- \ No newline at end of file +colorama==0.4.3 \ + --hash=sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff \ + --hash=sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1+ \ No newline at end of file