guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4cc3d250da87da5b6efb2370777a3e404c26e23b
Author: Foster Hangdaan <[email protected]>
AuthorDate: Sat Feb 28 08:47:48 2026 -0500

    gnu: monero-gui: Update to 0.18.4.6.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.18.4.6.
    
    Change-Id: I196cb121bbfe484270ba98701081403380fb897f
    Signed-off-by: Andreas Enge <[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 12d6efe0de..1d793917b7 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1013,7 +1013,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.18.4.5")
+    (version "0.18.4.6")
     (source
      (origin
        (method git-fetch)
@@ -1029,7 +1029,7 @@ the Monero command line client and daemon.")
            ;; See the 'extract-monero-sources' phase.
            (delete-file-recursively "monero")))
        (sha256
-        (base32 "02qlm0caqscq5ms4gd3ckipsq90gvhjprqdcnpcxwdp3fa16749i"))))
+        (base32 "0l2ris97ibl2smyd4dyav5d81ky22nyv21qhzmmxsbgz3ds7d1mx"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)

Reply via email to