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


From: guix-commits
Subject: 02/02: gnu: monero-gui: Update to 0.17.2.0.
Date: Mon, 12 Apr 2021 05:18:39 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 05aa5f9f39d86f2e322246b33fa9542c97814af2
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Apr 12 11:16:43 2021 +0200

    gnu: monero-gui: Update to 0.17.2.0.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.17.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 613d063..f8d15b8 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -762,7 +762,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.17.1.9")
+    (version "0.17.2.0")
     (source
      (origin
        (method git-fetch)
@@ -779,7 +779,7 @@ the Monero command line client and daemon.")
            (delete-file-recursively "monero")
            #t))
        (sha256
-        (base32 "0vpvpvsbbj547yir15g84qy9l9lwbip795zlliz79i7d66l23b1w"))))
+        (base32 "17il26gh0g69x7lqkyb461x1712959wajg3iadx0p08djr3m13mf"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)



reply via email to

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