mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: monero-gui: Update to 0.17.3.2.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.2.
This commit is contained in:
parent
4188d211c7
commit
5e27c54e08
1 changed files with 3 additions and 4 deletions
|
@ -770,7 +770,7 @@ (define-public monero
|
|||
(define-public monero-gui
|
||||
(package
|
||||
(name "monero-gui")
|
||||
(version "0.17.3.1")
|
||||
(version "0.17.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -784,10 +784,9 @@ (define-public monero-gui
|
|||
'(begin
|
||||
;; Delete bundled monero sources, we already have them.
|
||||
;; See the 'extract-monero-sources' phase.
|
||||
(delete-file-recursively "monero")
|
||||
#t))
|
||||
(delete-file-recursively "monero")))
|
||||
(sha256
|
||||
(base32 "0mzxbi16zvpfgwykg0c7gm5dmjxr2a47kjwih36g53a7pnf04zl1"))))
|
||||
(base32 "12x0d981fkb43inx7zqjr3ny53dih9g8k03cmaflxqwviinb1k4b"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(,@(package-native-inputs monero)
|
||||
|
|
Loading…
Reference in a new issue