me
/
guix
Archived
1
0
Fork 0

gnu: electron-cash: Update to 4.2.6.

* gnu/packages/finance.scm (electron-cash): Update to 4.2.6.
master
Tobias Geerinckx-Rice 2022-01-09 02:35:08 +01:00
parent 2717f180c4
commit 0148fe6439
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -582,7 +582,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(define-public electron-cash
(package
(name "electron-cash")
(version "4.2.5")
(version "4.2.6")
(source
(origin
(method git-fetch)
@ -591,7 +591,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1fj797hbinxsqjwhh4l1vjsx1vzmgzf2apq7fnqqwpv9g0v2pch0"))))
(base32 "193krlnski9wjyfjkxfp4gcs7dgmqkwxgsy2m8x1515vb5bzv5pz"))))
(build-system python-build-system)
(inputs
`(("libevent" ,libevent)