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


From: guix-commits
Subject: 02/02: gnu: monero-gui: Update to 0.17.1.8.
Date: Thu, 31 Dec 2020 04:27:27 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 67497e20890348ebbd41612e2582b1745a80fec5
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Dec 31 10:04:23 2020 +0100

    gnu: monero-gui: Update to 0.17.1.8.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.17.1.8.
---
 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 400e84d..3a239d0 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -740,7 +740,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.17.1.7")
+    (version "0.17.1.8")
     (source
      (origin
        (method git-fetch)
@@ -749,7 +749,7 @@ the Monero command line client and daemon.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dd2ddkxh9ynxnscysl46hj4dm063h1v13fnyah69am26qzzbby4"))))
+        (base32 "13cjrfdkr7c2ff8j2rg8hvhlc00af38vcs67wlx2109i2baq4pp3"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)



reply via email to

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