me
/
guix
Archived
1
0
Fork 0

gnu: electron-cash: Update to 4.3.1.

* gnu/packages/finance.scm (electron-cash): Update to 4.3.1.
Guillaume Le Vaillant 2023-06-19 11:06:59 +02:00
parent 1d74724fd3
commit 965ac33747
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -603,7 +603,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(define-public electron-cash (define-public electron-cash
(package (package
(name "electron-cash") (name "electron-cash")
(version "4.2.14") (version "4.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -612,7 +612,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "086rqqxxh1dmw1qiwmry6sraai3xg44sb85wdw8zkj30si9780kk")))) (base32 "0slx7hmlw2gpcqg951vwvnyl7j52pfzqyaldphghhfxbfzjs7v64"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list