guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: electron-cash: Update to 4.4.0.


From: guix-commits
Subject: 05/05: gnu: electron-cash: Update to 4.4.0.
Date: Wed, 20 Mar 2024 08:27:49 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 6cb181c07f83dfdeae1882208941086f3717a165
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Mar 20 13:24:34 2024 +0100

    gnu: electron-cash: Update to 4.4.0.
    
    * gnu/packages/finance.scm (electron-cash): Update to 4.4.0.
    
    Change-Id: Ibe9ee61d4d2817b68fb36fb3072c6d16b8bc1016
---
 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 2505118575..08b345332a 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -610,7 +610,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
 (define-public electron-cash
   (package
     (name "electron-cash")
-    (version "4.3.1")
+    (version "4.4.0")
     (source
      (origin
        (method git-fetch)
@@ -619,7 +619,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0slx7hmlw2gpcqg951vwvnyl7j52pfzqyaldphghhfxbfzjs7v64"))))
+        (base32 "1hfkp24m1yipadanjf5wm6clmyllkcbh7fbw8whnrvxa2v7sa4l8"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

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