gnu: monero-gui: Update to 0.18.4.1.

* gnu/packages/finance.scm (monero-gui): Update to 0.18.4.1.

Change-Id: I885d9695eb8fed51ff633649775966da72630749
This commit is contained in:
Guillaume Le Vaillant 2025-08-09 15:05:14 +02:00
parent 6bc11821f4
commit e3e98bf8ca
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -882,7 +882,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
(version "0.18.4.0")
(version "0.18.4.1")
(source
(origin
(method git-fetch)
@ -898,7 +898,7 @@ the Monero command line client and daemon.")
;; See the 'extract-monero-sources' phase.
(delete-file-recursively "monero")))
(sha256
(base32 "0gzq3cq54mr85f86yibsska19lri2w2ak98pb4z237dffgjqkaj5"))))
(base32 "1r2cfzh4lc94mb7fqa8f41613msnsyy5kz6mzcr4npjpm8bxqs8k"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)