[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: monero-gui: Update to 0.15.0.1.
From: |
guix-commits |
Subject: |
12/12: gnu: monero-gui: Update to 0.15.0.1. |
Date: |
Thu, 21 Nov 2019 16:44:07 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit a31b9dac1cbda07225fcdffe03d13d68c4eab981
Author: Guillaume Le Vaillant <address@hidden>
Date: Wed Nov 20 14:31:13 2019 +0100
gnu: monero-gui: Update to 0.15.0.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.1.
Signed-off-by: Marius Bakke <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 7925345..76805f9 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -592,7 +592,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
- (version "0.15.0.0")
+ (version "0.15.0.1")
(source
(origin
(method git-fetch)
@@ -602,7 +602,7 @@ the Monero command line client and daemon.")
(file-name (git-file-name name version))
(sha256
(base32
- "1shpnly2dym5jhvk8zk10p69mz062dihx979djg74q6hgkhhhqsh"))))
+ "08j8kkncdn57xql0bhmlzjpjkdfhqbpda1p07r797q8qi0nl4w8n"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
- 02/12: gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes]., (continued)
- 02/12: gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes]., guix-commits, 2019/11/21
- 05/12: gnu: jsoncpp: Update to 1.9.2., guix-commits, 2019/11/21
- 10/12: gnu: Add emacs-openwith., guix-commits, 2019/11/21
- 01/12: gnu: ungoogled-chromium: Increase resource limits in separate phase., guix-commits, 2019/11/21
- 03/12: gnu: minetest: Adjust indentation., guix-commits, 2019/11/21
- 04/12: gnu: json-modern-cxx: Update to 3.7.3., guix-commits, 2019/11/21
- 08/12: gnu: qemu: Update to 4.1.1., guix-commits, 2019/11/21
- 09/12: gnu: lxc: Adjust for GCC 7., guix-commits, 2019/11/21
- 11/12: gnu: monero: Update to 0.15.0.1., guix-commits, 2019/11/21
- 07/12: gnu: nginx: Update to 1.17.6., guix-commits, 2019/11/21
- 12/12: gnu: monero-gui: Update to 0.15.0.1.,
guix-commits <=