me
/
guix
Archived
1
0
Fork 0

gnu: monero-gui: Update to 0.18.2.0.

* gnu/packages/finance.scm (monero-gui): Update to 0.18.2.0.
master
Guillaume Le Vaillant 2023-03-01 15:28:21 +01:00
parent 0987dcc3e1
commit f3a3e5fc76
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -818,7 +818,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
(version "0.18.1.2")
(version "0.18.2.0")
(source
(origin
(method git-fetch)
@ -834,7 +834,7 @@ the Monero command line client and daemon.")
;; See the 'extract-monero-sources' phase.
(delete-file-recursively "monero")))
(sha256
(base32 "1lwlkqj8liflk0jfzmlclm1xca0x3z8v3kcbzd671rgismm8v332"))))
(base32 "0ka20p4f6fbhkhrm1jbssnjh5sjl419fy418jl8hcg34jriywvck"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)