Archived
1
0
Fork 0

gnu: monero-gui: Update to 0.15.0.1.

* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Guillaume Le Vaillant 2019-11-20 14:31:13 +01:00 committed by Marius Bakke
parent 182173b16d
commit a31b9dac1c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -592,7 +592,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
(version "0.15.0.0")
(version "0.15.0.1")
(source
(origin
(method git-fetch)
@ -602,7 +602,7 @@ the Monero command line client and daemon.")
(file-name (git-file-name name version))
(sha256
(base32
"1shpnly2dym5jhvk8zk10p69mz062dihx979djg74q6hgkhhhqsh"))))
"08j8kkncdn57xql0bhmlzjpjkdfhqbpda1p07r797q8qi0nl4w8n"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)