guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: electron-cash: Update to 4.1.1.


From: guix-commits
Subject: branch master updated: gnu: electron-cash: Update to 4.1.1.
Date: Sat, 19 Sep 2020 04:08:02 -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 70ef8b2  gnu: electron-cash: Update to 4.1.1.
70ef8b2 is described below

commit 70ef8b24550c54cc8e9f20026bfd24b8680499b4
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Sep 19 09:22:08 2020 +0200

    gnu: electron-cash: Update to 4.1.1.
    
    * gnu/packages/finance.scm (electron-cash): Update to 4.1.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 3167e10..de3b687 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -480,7 +480,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
 (define-public electron-cash
   (package
     (name "electron-cash")
-    (version "4.1.0")
+    (version "4.1.1")
     (source
      (origin
        (method git-fetch)
@@ -489,7 +489,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ccfm6kkmbkvykfdzrisxvr0lx9kgq4l43ixk6v3xnvhnbfwz4s2"))))
+        (base32 "1fllz2s20lg4hrppzmnlgjy9mrq7gaq66l2apb3vz1avzvsjw3gm"))))
     (build-system python-build-system)
     (inputs
      `(("libevent" ,libevent)



reply via email to

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