mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: monero-gui: Update to 0.18.3.4.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.3.4. Change-Id: I8c629191a3711f0a647e6135708e447a9bcaa04b
This commit is contained in:
parent
d475e20fb6
commit
13cdd11914
1 changed files with 2 additions and 2 deletions
|
@ -790,7 +790,7 @@ (define-public monero
|
|||
(define-public monero-gui
|
||||
(package
|
||||
(name "monero-gui")
|
||||
(version "0.18.3.3")
|
||||
(version "0.18.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -806,7 +806,7 @@ (define-public monero-gui
|
|||
;; See the 'extract-monero-sources' phase.
|
||||
(delete-file-recursively "monero")))
|
||||
(sha256
|
||||
(base32 "1yy98y37l5nfxj921h6rbhni6fk0fic9bs4gqbnq2n4397h7jamj"))))
|
||||
(base32 "09x8184kbpw74qlak2x9amz7j3qkacnk9l0c1cws1d0fghlm6n9m"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(,@(package-native-inputs monero)
|
||||
|
|
Loading…
Reference in a new issue