guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 32c21b83aec916c87eca3fceb3544318f30f5550
Author: Foster Hangdaan <[email protected]>
AuthorDate: Thu Jan 15 13:19:00 2026 -0500
gnu: monero-gui: Update to 0.18.4.5.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.4.5.
Change-Id: I1ab3eefc73ca0f99b69586b2afc20572cd05da09
Signed-off-by: jgart <[email protected]>
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 5c723d8138..ce46cb9495 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -939,7 +939,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
- (version "0.18.4.4")
+ (version "0.18.4.5")
(source
(origin
(method git-fetch)
@@ -955,7 +955,7 @@ the Monero command line client and daemon.")
;; See the 'extract-monero-sources' phase.
(delete-file-recursively "monero")))
(sha256
- (base32 "0bvd3mv0ahkfx2k2n6z5n7mnksd75h859ji32a4d74vaizc04igm"))))
+ (base32 "02qlm0caqscq5ms4gd3ckipsq90gvhjprqdcnpcxwdp3fa16749i"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)