gnu: monero-gui: Update to 0.18.3.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.3.1.
This commit is contained in:
parent
83e84ed462
commit
7e4f323634
1 changed files with 2 additions and 2 deletions
|
@ -787,7 +787,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.2.2")
|
(version "0.18.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -803,7 +803,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 "07gfvrxm3n0844ximm4rd3f3n0m125shpawdzg8blfjjbfr1k1ij"))))
|
(base32 "1fjx8gdzc1pmfsi14r09gfmkglvh560pnxk70p0k82a4gbs1vyz2"))))
|
||||||
(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