gnu: monero-gui: Update to 0.18.4.3.

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

Change-Id: I0c09e79938336e856ec0ea1572359b8f12e677ca
This commit is contained in:
Guillaume Le Vaillant 2025-10-10 11:14:10 +02:00
parent 8dfaf59d7e
commit 9470bed0c1
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -953,7 +953,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
(version "0.18.4.2")
(version "0.18.4.3")
(source
(origin
(method git-fetch)
@ -969,7 +969,7 @@ the Monero command line client and daemon.")
;; See the 'extract-monero-sources' phase.
(delete-file-recursively "monero")))
(sha256
(base32 "0sa90shh82k6pzj1xr1f6x13q1q4mif4v00zahq96i7iglqpn4b6"))))
(base32 "0z8ggg4qqjzkps2rn460vah3w48bz6qwx7z0a31bfn9pqgdz0lzw"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)