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


From: guix-commits
Subject: branch master updated: gnu: monero-gui: Update to 0.16.0.3.
Date: Thu, 13 Aug 2020 14:17:26 -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 39cc879  gnu: monero-gui: Update to 0.16.0.3.
39cc879 is described below

commit 39cc879ae52fdddf0c8c7a92b0ff2338e56741f2
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Aug 13 20:14:20 2020 +0200

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

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 1241e19..cf52108 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -664,7 +664,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.16.0.2")
+    (version "0.16.0.3")
     (source
      (origin
        (method git-fetch)
@@ -673,8 +673,7 @@ the Monero command line client and daemon.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1b1m8vhs0hdh81ysm8s8vfwqskqsihylb51wz16kc98ba40r9gqg"))))
+        (base32 "0iwjp8x5swy8i8pzrlm5v55awhm54cf48pm1vz98lcq361lhfzk6"))))
     (build-system qt-build-system)
     (native-inputs
      `(("monero-source" ,(package-source monero))



reply via email to

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