1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 17:16:01 +02:00

gnu: monero-gui: Update to 0.17.1.0.

* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.0.
This commit is contained in:
Guillaume Le Vaillant
2020-10-14 11:07:23 +02:00
parent 47fb72d2e5
commit 3df707778a
+2 -2
View File
@@ -665,7 +665,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
(version "0.17.0.1")
(version "0.17.1.0")
(source
(origin
(method git-fetch)
@@ -674,7 +674,7 @@ the Monero command line client and daemon.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1i9a3ampppyzsl4sllbqlr3w43sjpb3fdfxhb1j4n49p8g0jzmf3"))))
(base32 "07r78ipv4g3i6z822kq380vi3qwlb958rccsy6lyybkhj9y0rx84"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)