guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: monero-gui: Update to 0.17.1.1.


From: guix-commits
Subject: branch master updated: gnu: monero-gui: Update to 0.17.1.1.
Date: Mon, 19 Oct 2020 07:47:40 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a0e47fa  gnu: monero-gui: Update to 0.17.1.1.
a0e47fa is described below

commit a0e47fada717b23b8445fa2a7108a72a868742b2
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Oct 19 11:30:05 2020 +0200

    gnu: monero-gui: Update to 0.17.1.1.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.17.1.1.
---
 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 817a272..4397cf8 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -665,7 +665,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.17.1.0")
+    (version "0.17.1.1")
     (source
      (origin
        (method git-fetch)
@@ -674,7 +674,7 @@ the Monero command line client and daemon.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07r78ipv4g3i6z822kq380vi3qwlb958rccsy6lyybkhj9y0rx84"))))
+        (base32 "0aqhp4rmqsgwjb875kgh6qwz0wyyiag1fksyic9cnhgg5j5y95nx"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)



reply via email to

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