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.1.2.


From: guix-commits
Subject: 02/02: gnu: monero-gui: Update to 0.18.1.2.
Date: Sat, 1 Oct 2022 04:19:29 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 225e00bd1925487fb045d9184fd249d93accad08
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Oct 1 10:03:30 2022 +0200

    gnu: monero-gui: Update to 0.18.1.2.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.18.1.2.
---
 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 132d6d3cc8..ac19851a85 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -812,7 +812,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.18.1.1")
+    (version "0.18.1.2")
     (source
      (origin
        (method git-fetch)
@@ -828,7 +828,7 @@ the Monero command line client and daemon.")
            ;; See the 'extract-monero-sources' phase.
            (delete-file-recursively "monero")))
        (sha256
-        (base32 "0zh0sf7acr1a4s5kmp9fpjd2wr78qv74z1xhkwrkkn9ainp4qfaz"))))
+        (base32 "1lwlkqj8liflk0jfzmlclm1xca0x3z8v3kcbzd671rgismm8v332"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)



reply via email to

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