guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: monero-gui: Update to 0.18.2.0.


From: guix-commits
Subject: 03/06: gnu: monero-gui: Update to 0.18.2.0.
Date: Wed, 1 Mar 2023 10:33:41 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit f3a3e5fc763b5a6216ca11dfe012ee05c6e485d0
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Mar 1 15:28:21 2023 +0100

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



reply via email to

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