guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: electron-cash: Update to 4.2.12.


From: guix-commits
Subject: 03/09: gnu: electron-cash: Update to 4.2.12.
Date: Fri, 25 Nov 2022 04:32:39 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 753a88c980ddba4ee30118d7c01b3ad75ef8922d
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Nov 25 09:58:51 2022 +0100

    gnu: electron-cash: Update to 4.2.12.
    
    * gnu/packages/finance.scm (electron-cash): Update to 4.2.12.
---
 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 0866688ea3..3a94666728 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -628,7 +628,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
 (define-public electron-cash
   (package
     (name "electron-cash")
-    (version "4.2.11")
+    (version "4.2.12")
     (source
      (origin
        (method git-fetch)
@@ -637,7 +637,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1g0xnb63c52l379zrqkfhxlkg1d2hf2dgjs2swspa0vah845r282"))))
+        (base32 "1bfnfpdyi3q5zq0zj07dq82aj3cihnr7j82gy4ch97182lsl6nms"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]