guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: monero-gui: Update to 0.18.3.2.


From: guix-commits
Subject: 03/03: gnu: monero-gui: Update to 0.18.3.2.
Date: Sun, 10 Mar 2024 06:46:45 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 3b38cbe8c2cff60fde2dcd751908be144c6913ae
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Mar 10 10:38:36 2024 +0100

    gnu: monero-gui: Update to 0.18.3.2.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.18.3.2.
    
    Change-Id: I42fdfe59ef9db2ac2dc87bb0783a917e858e025a
---
 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 289a8ba3d9..8c30bd1a30 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -789,7 +789,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.18.3.1")
+    (version "0.18.3.2")
     (source
      (origin
        (method git-fetch)
@@ -805,7 +805,7 @@ the Monero command line client and daemon.")
            ;; See the 'extract-monero-sources' phase.
            (delete-file-recursively "monero")))
        (sha256
-        (base32 "1fjx8gdzc1pmfsi14r09gfmkglvh560pnxk70p0k82a4gbs1vyz2"))))
+        (base32 "0jic43b7jzc1i7x2mqqpbbb2992687nm12kk642yr10dm4maklzb"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]