summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFoster Hangdaan <foster@hangdaan.email>2026-01-23 07:01:38 -0500
committerCayetano Santos <csantosb@inventati.org>2026-02-02 18:50:09 +0100
commit90d47ae98ce2c838146d78bf57ca447e691a7a93 (patch)
treeefbe73b38332ca3b281a16b52df68a88b25d5682
parent4383c2cbacc55bb2b278628448c58755b75c30ab (diff)
gnu: electrum: Update to 4.7.0.
* gnu/packages/finance.scm (electrum): Update to 4.7.0. [source]: Use `git-fetch`; remove ’snippet and ’modules. [native-inputs]: Remove python-wheel. Merges guix/guix!5844 Change-Id: I31460029ce5becdface2cabf391784c3656bb70f Modified-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Cayetano Santos <csantosb@inventati.org>
-rw-r--r--gnu/packages/finance.scm20
1 files changed, 8 insertions, 12 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 0f43a8bf9d0..e3b9a7c6809 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -686,20 +686,16 @@ require Coincurve.")
(define-public electrum
(package
(name "electrum")
- (version "4.6.1")
+ (version "4.7.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://download.electrum.org/"
- version "/Electrum-"
- version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/spesmilo/electrum.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1h7z019sp99csrj1djmhlm9y7vyyzl7wvar7z9x4jx59lmmvs1xs"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- ;; Delete the bundled dependencies.
- (delete-file-recursively "packages")))))
+ (base32 "15rkinaknaw199wrqcknnjy8989z1hwdcb3b4pdfd24fzkppa1kv"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -720,7 +716,7 @@ require Coincurve.")
(add-before 'check 'set-home
(lambda _ ; 3 tests run mkdir
(setenv "HOME" "/tmp"))))))
- (native-inputs (list python-pytest python-setuptools python-wheel))
+ (native-inputs (list python-pytest python-setuptools))
(inputs
(list electrum-aionostr
python-aiohttp