1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Foster Hangdaan
2026-01-23 07:01:38 -05:00
committed by Cayetano Santos
parent 4383c2cbac
commit 90d47ae98c

View File

@@ -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