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


From: guix-commits
Subject: 02/02: gnu: monero-gui: Update to 0.17.1.6.
Date: Wed, 9 Dec 2020 05:44:44 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 53c480006b50e93b80bf61d6a3ebfbe4a9ef91bf
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Dec 9 11:23:28 2020 +0100

    gnu: monero-gui: Update to 0.17.1.6.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.17.1.6.
---
 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 a1becff..579e060 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -735,7 +735,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.17.1.5")
+    (version "0.17.1.6")
     (source
      (origin
        (method git-fetch)
@@ -744,7 +744,7 @@ the Monero command line client and daemon.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qlcqli0wvrjfy89mbgh1hpmk60dxgn5sws93h8lhgyfwx557iw0"))))
+        (base32 "0kn5wvx2psbdaqmy1cxlbf5l1mdpvh0b6hh9drah3s7nj3654a3r"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)



reply via email to

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