[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: electron-cash: Update to 4.2.11.
From: |
guix-commits |
Subject: |
branch master updated: gnu: electron-cash: Update to 4.2.11. |
Date: |
Sat, 20 Aug 2022 03:54:41 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e16fcc7484 gnu: electron-cash: Update to 4.2.11.
e16fcc7484 is described below
commit e16fcc748457b6340d745e18e699cd3ba1e35fa5
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Aug 20 09:47:37 2022 +0200
gnu: electron-cash: Update to 4.2.11.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.11.
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index a851d74976..849f9aba99 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -626,7 +626,7 @@ other machines/servers. Electrum does not download the
Bitcoin blockchain.")
(define-public electron-cash
(package
(name "electron-cash")
- (version "4.2.10")
+ (version "4.2.11")
(source
(origin
(method git-fetch)
@@ -635,7 +635,7 @@ other machines/servers. Electrum does not download the
Bitcoin blockchain.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0axpypq9byda61rp3sznrq24b24qxbfwk56j75qp06s1ackg0pcv"))))
+ (base32 "1g0xnb63c52l379zrqkfhxlkg1d2hf2dgjs2swspa0vah845r282"))))
(build-system python-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: electron-cash: Update to 4.2.11.,
guix-commits <=