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:
Guillaume Le Vaillant 2022-05-06 15:07:30 +02:00
parent 4188d211c7
commit 5e27c54e08
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -770,7 +770,7 @@ the Monero command line client and daemon.")
(define-public monero-gui (define-public monero-gui
(package (package
(name "monero-gui") (name "monero-gui")
(version "0.17.3.1") (version "0.17.3.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -784,10 +784,9 @@ the Monero command line client and daemon.")
'(begin '(begin
;; Delete bundled monero sources, we already have them. ;; Delete bundled monero sources, we already have them.
;; See the 'extract-monero-sources' phase. ;; See the 'extract-monero-sources' phase.
(delete-file-recursively "monero") (delete-file-recursively "monero")))
#t))
(sha256 (sha256
(base32 "0mzxbi16zvpfgwykg0c7gm5dmjxr2a47kjwih36g53a7pnf04zl1")))) (base32 "12x0d981fkb43inx7zqjr3ny53dih9g8k03cmaflxqwviinb1k4b"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
`(,@(package-native-inputs monero) `(,@(package-native-inputs monero)