[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: monero-gui: Update to 0.17.3.0.
From: |
guix-commits |
Subject: |
02/03: gnu: monero-gui: Update to 0.17.3.0. |
Date: |
Wed, 8 Dec 2021 07:32:10 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 3ccf33bbe6c36b14385286dbfe6fd1be26d69e7f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Dec 8 13:17:51 2021 +0100
gnu: monero-gui: Update to 0.17.3.0.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.0.
---
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 5004f92..f28fbf8 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -752,7 +752,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
- (version "0.17.2.3")
+ (version "0.17.3.0")
(source
(origin
(method git-fetch)
@@ -769,7 +769,7 @@ the Monero command line client and daemon.")
(delete-file-recursively "monero")
#t))
(sha256
- (base32 "0qb746z1sxqrja7q9lqhhbm64v83sn67az4k7gs5q90iaw584qfc"))))
+ (base32 "0sc3g8g4mlcgz1ys1mqx9klyfl02z17zv2z22clx33jni0l3bqkr"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)