diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-02-15 15:14:33 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-03-10 13:55:20 +0100 |
commit | fc3aa1138575a7b270da91d68b9be22cf37310ae (patch) | |
tree | 4d20d613410f813947b4218f99e40f7fad276e0e | |
parent | 75c33c888abacc477589fa8aa96c03a8cfbb39e3 (diff) | |
download | patches-fc3aa1138575a7b270da91d68b9be22cf37310ae.tar patches-fc3aa1138575a7b270da91d68b9be22cf37310ae.tar.gz |
gnu: monero: Update to 0.15.0.5.
* gnu/packages/finance.scm (monero): Update to 0.15.0.5.
-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 8e12f684e0..edd513b4d9 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -495,7 +495,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch ;; the system's dynamically linked library. (package (name "monero") - (version "0.15.0.1") + (version "0.15.0.5") (source (origin (method git-fetch) @@ -516,7 +516,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch #t)) (sha256 (base32 - "0sypa235lf2bbib4b71xpaw39h9304slgsvnsz8wmy9fq1zx009m")))) + "06zzwa0y8ic6x3y2fy501788r51p4klanyvmm76ywrwf087njlkv")))) (build-system cmake-build-system) (native-inputs `(("doxygen" ,doxygen) |