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 (define-public monero-gui
(package (package
(name "monero-gui") (name "monero-gui")
(version "0.15.0.0") (version "0.15.0.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -602,7 +602,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
"1shpnly2dym5jhvk8zk10p69mz062dihx979djg74q6hgkhhhqsh")))) "08j8kkncdn57xql0bhmlzjpjkdfhqbpda1p07r797q8qi0nl4w8n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)