gnu: monero-gui: Update to 0.18.2.2.

* gnu/packages/finance.scm (monero-gui): Update to 0.18.2.2.
This commit is contained in:
Guillaume Le Vaillant 2023-04-12 09:51:20 +02:00
parent 78b6f28a6f
commit d4533710ac
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

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