me
/
guix
Archived
1
0
Fork 0

gnu: monero-gui: Update to 0.18.1.1.

* gnu/packages/finance.scm (monero-gui): Update to 0.18.1.1.
master
Guillaume Le Vaillant 2022-09-22 11:25:28 +02:00
parent cd4d2b1050
commit 3c4024e9f5
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -812,7 +812,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
(version "0.18.1.0")
(version "0.18.1.1")
(source
(origin
(method git-fetch)
@ -828,7 +828,7 @@ the Monero command line client and daemon.")
;; See the 'extract-monero-sources' phase.
(delete-file-recursively "monero")))
(sha256
(base32 "1z627jy9n6cwc9yv0w58fbhix4qnllk0q42ga75mhlawaz68j0qi"))))
(base32 "0zh0sf7acr1a4s5kmp9fpjd2wr78qv74z1xhkwrkkn9ainp4qfaz"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)