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


From: guix-commits
Subject: branch master updated: gnu: monero-gui: Update to 0.17.3.1.
Date: Mon, 10 Jan 2022 05:14:34 -0500

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 d689ca6f0d gnu: monero-gui: Update to 0.17.3.1.
d689ca6f0d is described below

commit d689ca6f0d868f05d568ded3eb70759a5a266d92
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Jan 10 11:07:46 2022 +0100

    gnu: monero-gui: Update to 0.17.3.1.
    
    * gnu/packages/finance.scm (monero-gui): Update to 0.17.3.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 b98d10a28c..dab47fc0d7 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -779,7 +779,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.17.3.0")
+    (version "0.17.3.1")
     (source
      (origin
        (method git-fetch)
@@ -796,7 +796,7 @@ the Monero command line client and daemon.")
            (delete-file-recursively "monero")
            #t))
        (sha256
-        (base32 "0sc3g8g4mlcgz1ys1mqx9klyfl02z17zv2z22clx33jni0l3bqkr"))))
+        (base32 "0mzxbi16zvpfgwykg0c7gm5dmjxr2a47kjwih36g53a7pnf04zl1"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)



reply via email to

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