Archived
1
0
Fork 0

gnu: monero-gui: Update to 0.18.1.2.

* gnu/packages/finance.scm (monero-gui): Update to 0.18.1.2.
This commit is contained in:
Guillaume Le Vaillant 2022-10-01 10:03:30 +02:00
parent 68d3ec6ad7
commit 225e00bd19
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -812,7 +812,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.1.1") (version "0.18.1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -828,7 +828,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 "0zh0sf7acr1a4s5kmp9fpjd2wr78qv74z1xhkwrkkn9ainp4qfaz")))) (base32 "1lwlkqj8liflk0jfzmlclm1xca0x3z8v3kcbzd671rgismm8v332"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
`(,@(package-native-inputs monero) `(,@(package-native-inputs monero)