me
/
guix
Archived
1
0
Fork 0

gnu: monero-gui: Update to 0.16.0.2.

* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.2.
master
Guillaume Le Vaillant 2020-07-11 14:44:57 +02:00
parent de53ddb54a
commit af96b5845e
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

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