mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: monero-gui: Update to 0.18.2.0.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.2.0.
This commit is contained in:
parent
0987dcc3e1
commit
f3a3e5fc76
1 changed files with 2 additions and 2 deletions
|
@ -818,7 +818,7 @@ (define-public monero
|
||||||
(define-public monero-gui
|
(define-public monero-gui
|
||||||
(package
|
(package
|
||||||
(name "monero-gui")
|
(name "monero-gui")
|
||||||
(version "0.18.1.2")
|
(version "0.18.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -834,7 +834,7 @@ (define-public monero-gui
|
||||||
;; See the 'extract-monero-sources' phase.
|
;; See the 'extract-monero-sources' phase.
|
||||||
(delete-file-recursively "monero")))
|
(delete-file-recursively "monero")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lwlkqj8liflk0jfzmlclm1xca0x3z8v3kcbzd671rgismm8v332"))))
|
(base32 "0ka20p4f6fbhkhrm1jbssnjh5sjl419fy418jl8hcg34jriywvck"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(,@(package-native-inputs monero)
|
`(,@(package-native-inputs monero)
|
||||||
|
|
Loading…
Reference in a new issue