mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
df90b6e793
commit
61fe56fc60
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue