guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: electrum: Update to 4.2.1.


From: guix-commits
Subject: 02/03: gnu: electrum: Update to 4.2.1.
Date: Sat, 16 Apr 2022 05:55:59 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 4bd3fdda63c45bdaf38dfdb5fba64a3ed2ce63dd
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Apr 16 11:26:48 2022 +0200

    gnu: electrum: Update to 4.2.1.
    
    * gnu/packages/finance.scm (electrum): Update to 4.2.1.
      [inputs]: Replace python-aiorpcx-0.18 by python-aiorpcx. Add zbar.
---
 gnu/packages/finance.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 8be33527e6..9d8f7e3b15 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -508,7 +508,7 @@ do so.")
 (define-public electrum
   (package
     (name "electrum")
-    (version "4.1.5")
+    (version "4.2.1")
     (source
      (origin
        (method url-fetch)
@@ -516,7 +516,7 @@ do so.")
                            version "/Electrum-"
                            version ".tar.gz"))
        (sha256
-        (base32 "188r4zji985z8pm9b942xhmvv174yndk6jxagxl7ljk03wl2wiwi"))
+        (base32 "0w41411zq07kx0351wxkmpn0wr42wd2nx0m6v0iwvpsggx654b6r"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -525,22 +525,23 @@ do so.")
            #t))))
     (build-system python-build-system)
     (inputs
-     (list python-pyqt
-           python-qrcode
-           python-protobuf
+     (list libsecp256k1
            python-aiohttp
            python-aiohttp-socks
-           python-aiorpcx-0.18
-           python-certifi
-           python-bitstring
+           python-aiorpcx
            python-attrs
+           python-bitstring
+           python-btchip-python
+           python-certifi
            python-cryptography
-           python-qdarkstyle
            python-dnspython
            python-hidapi
            python-ledgerblue
-           python-btchip-python
-           libsecp256k1))
+           python-protobuf
+           python-pyqt
+           python-qdarkstyle
+           python-qrcode
+           zbar))
     (arguments
      `(#:tests? #f                      ; no tests
        #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]