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


From: guix-commits
Subject: 02/02: gnu: monero-gui: Update to 0.17.3.2.
Date: Fri, 6 May 2022 09:09:43 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 5e27c54e0852243f7987a9c008516c0ad7af6b6a
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri May 6 15:07:30 2022 +0200

    gnu: monero-gui: Update to 0.17.3.2.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.17.3.2.
---
 gnu/packages/finance.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 5fee922362..b5ab051a1f 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -770,7 +770,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.17.3.1")
+    (version "0.17.3.2")
     (source
      (origin
        (method git-fetch)
@@ -784,10 +784,9 @@ the Monero command line client and daemon.")
         '(begin
            ;; Delete bundled monero sources, we already have them.
            ;; See the 'extract-monero-sources' phase.
-           (delete-file-recursively "monero")
-           #t))
+           (delete-file-recursively "monero")))
        (sha256
-        (base32 "0mzxbi16zvpfgwykg0c7gm5dmjxr2a47kjwih36g53a7pnf04zl1"))))
+        (base32 "12x0d981fkb43inx7zqjr3ny53dih9g8k03cmaflxqwviinb1k4b"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)



reply via email to

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