[PATCH] gnu: electron-cash: Update to 3.3.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
87ef8guuba.fsf@ponder
* gnu/packages/finance.scm (electron-cash): Update to 3.3.5.
[source]: Update uri.
---
gnu/packages/finance.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 352f4ad9b2..e44be713f2 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -354,18 +354,18 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(package
(inherit electrum)
(name "electron-cash")
- (version "3.3.4")
+ (version "3.3.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://electroncash.org/downloads/"
version
- "/win-linux/ElectronCash-"
+ "/win-linux/Electron-Cash-"
version
".tar.gz"))
(sha256
(base32
- "0ipl6vf2n9a5n556sx2z57s7wdvg05xwjvz67kff9nmbx4s8vjyf"))
+ "185z3c5j9nvl31ga80hvahx7ghvkgmqgfjrrzw1fbs6p9jxy007w"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXF+sCQAKCRDcUY/If5cW
qgpTAQD3uwKYmVtm4wcrbAabZNqwovp1Vlr2W7+d6JWbdhjROAEA9Hc4Uweom1gj
VcjJaZpFG37kcM+Lh7z+y/dIdTiV1Qk=
=lMAy
-----END PGP SIGNATURE-----

Danny Milosavljevic wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@debian.org)(address . 34410-done@debbugs.gnu.org)
20190210203240.128a261a@scratchpost.org
Thanks! Pushed to guix master as 4e86e9d78e2eb9869b84a94486a3b4a50ba7f800.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxgfFgACgkQ5xo1VCww
uqVMTAf/ddK0VF7GlJtBLueGDEe7d5nnWiABm2ClOoRgMEaJs+Hjq8hFAErGNTz1
Y6x2b3uysA558lqnxMf8/kVTxdT7uwhvKpIAZM1iXxMpiwRGPYM3MLqqGIjM/KXQ
PWnc5iHwXc8FEX4WSoDmphN7sZ9MNTiLiuL8XKnfWPxLwvcwqJJNxQo4AbT4i8bI
jeqDKsyAhU4hXDavFK+KQ4q+GoAcKYSLXda1EgX0bHLqhAcMMEOyVE3auivRY6YU
bHxOAeEAxYJ3mk9TR/13gAe7waNsOg96GykX/91+Ec75uF2IYhLvGIvc5OD+hrz0
tDDQAlNHHMv0820ZDnVEm7x7ZQm/7Q==
=v9Yp
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34410@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34410
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help