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>
This commit is contained in:
Guillaume Le Vaillant 2019-11-09 11:54:54 +01:00 committed by Marius Bakke
parent df90b6e793
commit 61fe56fc60
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -592,7 +592,7 @@ (define-public monero
(define-public monero-gui (define-public monero-gui
(package (package
(name "monero-gui") (name "monero-gui")
(version "0.14.1.2") (version "0.15.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -602,7 +602,7 @@ (define-public monero-gui
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1rm043r6y2mzy8pclnzbjjfxgps8pkfa2b92p66k8y8rdmgq6m1k")))) "1shpnly2dym5jhvk8zk10p69mz062dihx979djg74q6hgkhhhqsh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
@ -704,7 +704,7 @@ (define-public monero-gui
(let ((out (assoc-ref outputs "out"))) (let ((out (assoc-ref outputs "out")))
(wrap-qt-program out "monero-wallet-gui")) (wrap-qt-program out "monero-wallet-gui"))
#t))))) #t)))))
(home-page "https://getmonero.org/") (home-page "https://web.getmonero.org/")
(synopsis "Graphical user interface for the Monero currency") (synopsis "Graphical user interface for the Monero currency")
(description (description
"Monero is a secure, private, untraceable currency. This package provides "Monero is a secure, private, untraceable currency. This package provides