diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2019-11-09 11:54:54 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-11-10 01:58:18 +0100 |
commit | 61fe56fc602376f24ad8cf826b6b3dd0e1983769 (patch) | |
tree | 43a64c0c130ac13ac48e7c31ee7d85a2d87ccda1 /gnu/packages/finance.scm | |
parent | df90b6e793716983d548e972314a1b0e12dc735b (diff) | |
download | patches-61fe56fc602376f24ad8cf826b6b3dd0e1983769.tar patches-61fe56fc602376f24ad8cf826b6b3dd0e1983769.tar.gz |
gnu: monero-gui: Update to 0.15.0.0.
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.0.
[home-page]: Update url.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r-- | gnu/packages/finance.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index d7e56f5bb6..56bdacc9c4 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.14.1.2") + (version "0.15.0.0") (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 - "1rm043r6y2mzy8pclnzbjjfxgps8pkfa2b92p66k8y8rdmgq6m1k")))) + "1shpnly2dym5jhvk8zk10p69mz062dihx979djg74q6hgkhhhqsh")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) @@ -704,7 +704,7 @@ the Monero command line client and daemon.") (let ((out (assoc-ref outputs "out"))) (wrap-qt-program out "monero-wallet-gui")) #t))))) - (home-page "https://getmonero.org/") + (home-page "https://web.getmonero.org/") (synopsis "Graphical user interface for the Monero currency") (description "Monero is a secure, private, untraceable currency. This package provides |