gnu: monero-gui: Update to 0.18.2.0.

* gnu/packages/finance.scm (monero-gui): Update to 0.18.2.0.
This commit is contained in:
Guillaume Le Vaillant 2023-03-01 15:28:21 +01:00
parent 0987dcc3e1
commit f3a3e5fc76
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -818,7 +818,7 @@ (define-public monero
(define-public monero-gui
(package
(name "monero-gui")
(version "0.18.1.2")
(version "0.18.2.0")
(source
(origin
(method git-fetch)
@ -834,7 +834,7 @@ (define-public monero-gui
;; See the 'extract-monero-sources' phase.
(delete-file-recursively "monero")))
(sha256
(base32 "1lwlkqj8liflk0jfzmlclm1xca0x3z8v3kcbzd671rgismm8v332"))))
(base32 "0ka20p4f6fbhkhrm1jbssnjh5sjl419fy418jl8hcg34jriywvck"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)