gnu: monero-gui: Update to 0.17.1.7.

* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.7.
This commit is contained in:
Guillaume Le Vaillant 2020-12-13 18:56:08 +01:00
parent 584c602da3
commit 6a012dd1dd
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -735,7 +735,7 @@ (define-public monero
(define-public monero-gui
(package
(name "monero-gui")
(version "0.17.1.6")
(version "0.17.1.7")
(source
(origin
(method git-fetch)
@ -744,7 +744,7 @@ (define-public monero-gui
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0kn5wvx2psbdaqmy1cxlbf5l1mdpvh0b6hh9drah3s7nj3654a3r"))))
(base32 "1dd2ddkxh9ynxnscysl46hj4dm063h1v13fnyah69am26qzzbby4"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)