Archived
1
0
Fork 0

gnu: monero-gui: Update to 0.16.0.1.

* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.1.
This commit is contained in:
Guillaume Le Vaillant 2020-06-29 14:22:15 +02:00
parent ffd0c918b6
commit 4726020546
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -666,7 +666,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.16.0.0") (version "0.16.0.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -676,7 +676,7 @@ the Monero command line client and daemon.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"06vdrsj5y9k0zn32hspyxc7sw1kkyrvi3chzkdbnxk9jvyj8k4ld")))) "0wnrlcf273y233bal5k90v7b7pa8z0ka70awdlxk50afbvkcbr3c"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
`(("monero-source" ,(package-source monero)) `(("monero-source" ,(package-source monero))