diff options
| author | Foster Hangdaan <foster@hangdaan.email> | 2026-01-23 07:01:38 -0500 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-02 18:50:09 +0100 |
| commit | 90d47ae98ce2c838146d78bf57ca447e691a7a93 (patch) | |
| tree | efbe73b38332ca3b281a16b52df68a88b25d5682 /gnu | |
| parent | 4383c2cbacc55bb2b278628448c58755b75c30ab (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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/finance.scm | 20 |
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.") | |||
| 686 | (define-public electrum | 686 | (define-public electrum |
| 687 | (package | 687 | (package |
| 688 | (name "electrum") | 688 | (name "electrum") |
| 689 | (version "4.6.1") | 689 | (version "4.7.0") |
| 690 | (source | 690 | (source |
| 691 | (origin | 691 | (origin |
| 692 | (method url-fetch) | 692 | (method git-fetch) |
| 693 | (uri (string-append "https://download.electrum.org/" | 693 | (uri (git-reference |
| 694 | version "/Electrum-" | 694 | (url "https://github.com/spesmilo/electrum.git") |
| 695 | version ".tar.gz")) | 695 | (commit version))) |
| 696 | (file-name (git-file-name name version)) | ||
| 696 | (sha256 | 697 | (sha256 |
| 697 | (base32 "1h7z019sp99csrj1djmhlm9y7vyyzl7wvar7z9x4jx59lmmvs1xs")) | 698 | (base32 "15rkinaknaw199wrqcknnjy8989z1hwdcb3b4pdfd24fzkppa1kv")))) |
| 698 | (modules '((guix build utils))) | ||
| 699 | (snippet | ||
| 700 | '(begin | ||
| 701 | ;; Delete the bundled dependencies. | ||
| 702 | (delete-file-recursively "packages"))))) | ||
| 703 | (build-system pyproject-build-system) | 699 | (build-system pyproject-build-system) |
| 704 | (arguments | 700 | (arguments |
| 705 | (list | 701 | (list |
| @@ -720,7 +716,7 @@ require Coincurve.") | |||
| 720 | (add-before 'check 'set-home | 716 | (add-before 'check 'set-home |
| 721 | (lambda _ ; 3 tests run mkdir | 717 | (lambda _ ; 3 tests run mkdir |
| 722 | (setenv "HOME" "/tmp")))))) | 718 | (setenv "HOME" "/tmp")))))) |
| 723 | (native-inputs (list python-pytest python-setuptools python-wheel)) | 719 | (native-inputs (list python-pytest python-setuptools)) |
| 724 | (inputs | 720 | (inputs |
| 725 | (list electrum-aionostr | 721 | (list electrum-aionostr |
| 726 | python-aiohttp | 722 | python-aiohttp |
