mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: monero-gui: Update to 0.18.4.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.4.1. Change-Id: I885d9695eb8fed51ff633649775966da72630749
This commit is contained in:
parent
6bc11821f4
commit
e3e98bf8ca
1 changed files with 2 additions and 2 deletions
|
@ -882,7 +882,7 @@ the Monero command line client and daemon.")
|
|||
(define-public monero-gui
|
||||
(package
|
||||
(name "monero-gui")
|
||||
(version "0.18.4.0")
|
||||
(version "0.18.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -898,7 +898,7 @@ the Monero command line client and daemon.")
|
|||
;; See the 'extract-monero-sources' phase.
|
||||
(delete-file-recursively "monero")))
|
||||
(sha256
|
||||
(base32 "0gzq3cq54mr85f86yibsska19lri2w2ak98pb4z237dffgjqkaj5"))))
|
||||
(base32 "1r2cfzh4lc94mb7fqa8f41613msnsyy5kz6mzcr4npjpm8bxqs8k"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(,@(package-native-inputs monero)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue