[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: monero-gui: Update to 0.14.1.2.
From: |
guix-commits |
Subject: |
10/10: gnu: monero-gui: Update to 0.14.1.2. |
Date: |
Mon, 9 Sep 2019 18:35:06 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit deb083628f46d56272e8df46364926c50c6df48b
Author: Guillaume Le Vaillant <address@hidden>
Date: Wed Sep 4 16:58:57 2019 +0200
gnu: monero-gui: Update to 0.14.1.2.
* gnu/packages/finance.scm (monero-gui): Update to 0.14.1.2.
Signed-off-by: Ludovic Courtès <address@hidden>
---
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 30ea797..3fa0a4d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -555,7 +555,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
- (version "0.14.1.0")
+ (version "0.14.1.2")
(source
(origin
(method git-fetch)
@@ -565,7 +565,7 @@ the Monero command line client and daemon.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ilx47771faygf97wilm64xnqxgxa3b43q0g9v014npk0qj8pc31"))))
+ "1rm043r6y2mzy8pclnzbjjfxgps8pkfa2b92p66k8y8rdmgq6m1k"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
- branch master updated (5fbba84 -> deb0836), guix-commits, 2019/09/09
- 02/10: refresh: Distinguish between "no updater" and "failing updater"., guix-commits, 2019/09/09
- 01/10: packages: 'package-field-location' really catches 'system-error., guix-commits, 2019/09/09
- 06/10: gnu: orage: Fix build., guix-commits, 2019/09/09
- 03/10: import: crate: Allow imports of a specific version., guix-commits, 2019/09/09
- 08/10: gnu: monero: Fix detection of readline library., guix-commits, 2019/09/09
- 09/10: gnu: monero: Activate Trezor support., guix-commits, 2019/09/09
- 04/10: gnu: mousepad: Update to 0.4.2., guix-commits, 2019/09/09
- 05/10: gnu: ristretto: Update to 0.10.0., guix-commits, 2019/09/09
- 07/10: gnu: Add copyright header., guix-commits, 2019/09/09
- 10/10: gnu: monero-gui: Update to 0.14.1.2.,
guix-commits <=