glv pushed a commit to branch master
in repository guix.

commit 47260205463292bb340ec79255376e9b3f2f1f53
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Mon Jun 29 14:22:15 2020 +0200

    gnu: monero-gui: Update to 0.16.0.1.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.16.0.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 3e6322b..49273d2 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -666,7 +666,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.16.0.0")
+    (version "0.16.0.1")
     (source
      (origin
        (method git-fetch)
@@ -676,7 +676,7 @@ the Monero command line client and daemon.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "06vdrsj5y9k0zn32hspyxc7sw1kkyrvi3chzkdbnxk9jvyj8k4ld"))))
+         "0wnrlcf273y233bal5k90v7b7pa8z0ka70awdlxk50afbvkcbr3c"))))
     (build-system qt-build-system)
     (native-inputs
      `(("monero-source" ,(package-source monero))

Reply via email to