me
/
guix
Archived
1
0
Fork 0

gnu: monero-gui: Update to 0.18.3.1.

* gnu/packages/finance.scm (monero-gui): Update to 0.18.3.1.
Guillaume Le Vaillant 2023-10-11 10:27:35 +02:00
parent 83e84ed462
commit 7e4f323634
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -787,7 +787,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
(version "0.18.2.2")
(version "0.18.3.1")
(source
(origin
(method git-fetch)
@ -803,7 +803,7 @@ the Monero command line client and daemon.")
;; See the 'extract-monero-sources' phase.
(delete-file-recursively "monero")))
(sha256
(base32 "07gfvrxm3n0844ximm4rd3f3n0m125shpawdzg8blfjjbfr1k1ij"))))
(base32 "1fjx8gdzc1pmfsi14r09gfmkglvh560pnxk70p0k82a4gbs1vyz2"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)