[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: electron-cash: Update to 4.2.5.
From: |
guix-commits |
Subject: |
04/04: gnu: electron-cash: Update to 4.2.5. |
Date: |
Wed, 1 Sep 2021 14:31:49 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 95c29d2746943733cbe8df7013854d45bb0df413
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Sep 1 20:30:06 2021 +0200
gnu: electron-cash: Update to 4.2.5.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.5.
---
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 9863f16..befda1a 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -567,7 +567,7 @@ other machines/servers. Electrum does not download the
Bitcoin blockchain.")
(define-public electron-cash
(package
(name "electron-cash")
- (version "4.2.4")
+ (version "4.2.5")
(source
(origin
(method git-fetch)
@@ -576,7 +576,7 @@ other machines/servers. Electrum does not download the
Bitcoin blockchain.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1a4jqsfadv6xr7ydj79my71jyrp0sjlznsbxdxjsjgnsqk8r48w6"))))
+ (base32 "1fj797hbinxsqjwhh4l1vjsx1vzmgzf2apq7fnqqwpv9g0v2pch0"))))
(build-system python-build-system)
(inputs
`(("libevent" ,libevent)