guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: electron-cash: Update to 4.3.1.


From: guix-commits
Subject: 03/03: gnu: electron-cash: Update to 4.3.1.
Date: Mon, 19 Jun 2023 05:25:43 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 965ac337477c2c0ae8d5ebc711097e5e45f17c41
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Jun 19 11:06:59 2023 +0200

    gnu: electron-cash: Update to 4.3.1.
    
    * gnu/packages/finance.scm (electron-cash): Update to 4.3.1.
---
 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 038068fbdc..2da4ad4460 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -603,7 +603,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
 (define-public electron-cash
   (package
     (name "electron-cash")
-    (version "4.2.14")
+    (version "4.3.1")
     (source
      (origin
        (method git-fetch)
@@ -612,7 +612,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "086rqqxxh1dmw1qiwmry6sraai3xg44sb85wdw8zkj30si9780kk"))))
+        (base32 "0slx7hmlw2gpcqg951vwvnyl7j52pfzqyaldphghhfxbfzjs7v64"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

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