[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: monero-gui: Update to 0.17.1.0.
From: |
guix-commits |
Subject: |
02/02: gnu: monero-gui: Update to 0.17.1.0. |
Date: |
Wed, 14 Oct 2020 05:14:53 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 3df707778a29b7364fffe94c150a9f69467c47cf
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Oct 14 11:07:23 2020 +0200
gnu: monero-gui: Update to 0.17.1.0.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.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 077568a..7b1f93c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -665,7 +665,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
- (version "0.17.0.1")
+ (version "0.17.1.0")
(source
(origin
(method git-fetch)
@@ -674,7 +674,7 @@ the Monero command line client and daemon.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1i9a3ampppyzsl4sllbqlr3w43sjpb3fdfxhb1j4n49p8g0jzmf3"))))
+ (base32 "07r78ipv4g3i6z822kq380vi3qwlb958rccsy6lyybkhj9y0rx84"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)