mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: monero-gui: Update to 0.18.4.3.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.4.3. Change-Id: I0c09e79938336e856ec0ea1572359b8f12e677ca
This commit is contained in:
parent
8dfaf59d7e
commit
9470bed0c1
1 changed files with 2 additions and 2 deletions
|
|
@ -953,7 +953,7 @@ the Monero command line client and daemon.")
|
|||
(define-public monero-gui
|
||||
(package
|
||||
(name "monero-gui")
|
||||
(version "0.18.4.2")
|
||||
(version "0.18.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -969,7 +969,7 @@ the Monero command line client and daemon.")
|
|||
;; See the 'extract-monero-sources' phase.
|
||||
(delete-file-recursively "monero")))
|
||||
(sha256
|
||||
(base32 "0sa90shh82k6pzj1xr1f6x13q1q4mif4v00zahq96i7iglqpn4b6"))))
|
||||
(base32 "0z8ggg4qqjzkps2rn460vah3w48bz6qwx7z0a31bfn9pqgdz0lzw"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(,@(package-native-inputs monero)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue