gnu: monero-gui: Update to 0.18.1.2.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.1.2.
This commit is contained in:
parent
68d3ec6ad7
commit
225e00bd19
1 changed files with 2 additions and 2 deletions
|
@ -812,7 +812,7 @@ the Monero command line client and daemon.")
|
||||||
(define-public monero-gui
|
(define-public monero-gui
|
||||||
(package
|
(package
|
||||||
(name "monero-gui")
|
(name "monero-gui")
|
||||||
(version "0.18.1.1")
|
(version "0.18.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -828,7 +828,7 @@ the Monero command line client and daemon.")
|
||||||
;; See the 'extract-monero-sources' phase.
|
;; See the 'extract-monero-sources' phase.
|
||||||
(delete-file-recursively "monero")))
|
(delete-file-recursively "monero")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zh0sf7acr1a4s5kmp9fpjd2wr78qv74z1xhkwrkkn9ainp4qfaz"))))
|
(base32 "1lwlkqj8liflk0jfzmlclm1xca0x3z8v3kcbzd671rgismm8v332"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(,@(package-native-inputs monero)
|
`(,@(package-native-inputs monero)
|
||||||
|
|
Reference in a new issue