guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: monero-gui: Update to 0.18.3.3.


From: guix-commits
Subject: 02/02: gnu: monero-gui: Update to 0.18.3.3.
Date: Tue, 26 Mar 2024 08:56:57 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit c3f15443bc6d457758aad1326dcc6dcad9cf8d6e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Mar 26 12:07:10 2024 +0100

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



reply via email to

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