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


From: guix-commits
Subject: 02/02: gnu: monero-gui: Update to 0.15.0.4.
Date: Tue, 10 Mar 2020 08:59:36 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 06c8638830c991a24a731e95fd1c599da095d034
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Sat Feb 15 15:14:33 2020 +0100

    gnu: monero-gui: Update to 0.15.0.4.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.15.0.4.
---
 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 edd513b..5143b50 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -614,7 +614,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.15.0.3")
+    (version "0.15.0.4")
     (source
      (origin
        (method git-fetch)
@@ -624,7 +624,7 @@ the Monero command line client and daemon.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1v2mk6qp7dfdj4j4cilxp0s0phfwwnmjvpvjrz6jzzlpvbnavkr0"))))
+         "12m5fgnxkr11q2arx1m5ccpxqm5ljcvm6l547dwqn297zs5jim4z"))))
     (build-system qt-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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