gnu: monero-gui: Update to 0.16.0.3.

* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.3.
This commit is contained in:
Guillaume Le Vaillant 2020-08-13 20:14:20 +02:00
parent 773ba8aec1
commit 39cc879ae5
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -664,7 +664,7 @@ (define-public monero
(define-public monero-gui
(package
(name "monero-gui")
(version "0.16.0.2")
(version "0.16.0.3")
(source
(origin
(method git-fetch)
@ -673,8 +673,7 @@ (define-public monero-gui
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1b1m8vhs0hdh81ysm8s8vfwqskqsihylb51wz16kc98ba40r9gqg"))))
(base32 "0iwjp8x5swy8i8pzrlm5v55awhm54cf48pm1vz98lcq361lhfzk6"))))
(build-system qt-build-system)
(native-inputs
`(("monero-source" ,(package-source monero))