summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2023-03-01 15:28:21 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2023-03-01 16:31:53 +0100
commitf3a3e5fc763b5a6216ca11dfe012ee05c6e485d0 (patch)
treeb3e13dafe79adb3c6f71e18c5c80569fc5f1f78b
parent0987dcc3e1c7d36e5e5db74725308a74fa0a7eda (diff)
downloadguix-f3a3e5fc763b5a6216ca11dfe012ee05c6e485d0.tar.gz
gnu: monero-gui: Update to 0.18.2.0.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.2.0.
-rw-r--r--gnu/packages/finance.scm4
1 files 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)