guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: monero-gui: Update to 0.18.2.2.


From: guix-commits
Subject: 02/04: gnu: monero-gui: Update to 0.18.2.2.
Date: Wed, 12 Apr 2023 04:44:28 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit d4533710ac88923edcbe85383f456728ee2e5602
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Apr 12 09:51:20 2023 +0200

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



reply via email to

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