diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2019-11-20 14:31:13 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-11-21 22:41:45 +0100 |
commit | a31b9dac1cbda07225fcdffe03d13d68c4eab981 (patch) | |
tree | 29717e7dd36d40f9185f0fb435ded02460db1ae9 /gnu | |
parent | 182173b16df4f89aeba781e529c849f59155f534 (diff) | |
download | guix-a31b9dac1cbda07225fcdffe03d13d68c4eab981.tar.gz guix-a31b9dac1cbda07225fcdffe03d13d68c4eab981.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 792534533f..76805f9ca5 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -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) |