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:
parent
ffd0c918b6
commit
4726020546
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Reference in a new issue