guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: monero-gui: Update to 0.18.1.0.


From: guix-commits
Subject: 02/03: gnu: monero-gui: Update to 0.18.1.0.
Date: Fri, 12 Aug 2022 06:10:05 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit e8e9472af5b758b3f30fe499571bf6f634a4b19b
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Aug 12 11:34:55 2022 +0200

    gnu: monero-gui: Update to 0.18.1.0.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.18.1.0.
---
 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 de493ee177..0984967dc8 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -776,7 +776,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.18.0.0")
+    (version "0.18.1.0")
     (source
      (origin
        (method git-fetch)
@@ -792,7 +792,7 @@ the Monero command line client and daemon.")
            ;; See the 'extract-monero-sources' phase.
            (delete-file-recursively "monero")))
        (sha256
-        (base32 "14rbw9803h3g7ld3d24vc3i9n55n09x13frkmd128xx5jw17v5sr"))))
+        (base32 "1z627jy9n6cwc9yv0w58fbhix4qnllk0q42ga75mhlawaz68j0qi"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)



reply via email to

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