gnu: electrum: Update to 2.9.3.
* gnu/packages/finance.scm (electrum): Update to 2.9.3. [inputs]: Add python2-pyaes, python2-pysocks. Remove python2-slowaes.
This commit is contained in:
parent
7a276cd945
commit
13035eb2de
|
@ -246,7 +246,7 @@ do so.")
|
||||||
(define-public electrum
|
(define-public electrum
|
||||||
(package
|
(package
|
||||||
(name "electrum")
|
(name "electrum")
|
||||||
(version "2.7.12")
|
(version "2.9.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -255,7 +255,7 @@ do so.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vxdfl208if7mdsnva1jg37bnay2dsz3ww157aqwcv1j6512fi1n"))
|
"0d0fzb653g7b8ka3x90nl21md4g3n1fv11czdxpdq3s9yr6js6f2"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -264,7 +264,8 @@ do so.")
|
||||||
#t))))
|
#t))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-slowaes" ,python2-slowaes)
|
`(("python-pyaes" ,python2-pyaes)
|
||||||
|
("python-pysocks" ,python2-pysocks)
|
||||||
("python-sip" ,python2-sip)
|
("python-sip" ,python2-sip)
|
||||||
("python-pyqt" ,python2-pyqt-4)
|
("python-pyqt" ,python2-pyqt-4)
|
||||||
("python-ecdsa" ,python2-ecdsa)
|
("python-ecdsa" ,python2-ecdsa)
|
||||||
|
|
Loading…
Reference in New Issue