mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: monero-gui: Update to 0.16.0.2.
* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.2.
This commit is contained in:
parent
de53ddb54a
commit
af96b5845e
1 changed files with 2 additions and 2 deletions
|
@ -666,7 +666,7 @@ (define-public monero
|
|||
(define-public monero-gui
|
||||
(package
|
||||
(name "monero-gui")
|
||||
(version "0.16.0.1")
|
||||
(version "0.16.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -676,7 +676,7 @@ (define-public monero-gui
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wnrlcf273y233bal5k90v7b7pa8z0ka70awdlxk50afbvkcbr3c"))))
|
||||
"1b1m8vhs0hdh81ysm8s8vfwqskqsihylb51wz16kc98ba40r9gqg"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(("monero-source" ,(package-source monero))
|
||||
|
|
Loading…
Reference in a new issue