diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-04-12 10:46:22 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-04-12 11:17:59 +0200 |
commit | 3c1cfd7d320dfe1af147044c88e2554356bc1257 (patch) | |
tree | a0c2c1491de9ff00ba5bd357c870d023140883c6 /gnu/packages | |
parent | 8799369983315d799501b4f45a3954195b630ebb (diff) | |
download | guix-3c1cfd7d320dfe1af147044c88e2554356bc1257.tar guix-3c1cfd7d320dfe1af147044c88e2554356bc1257.tar.gz |
gnu: monero: Update to 0.17.2.0.
* gnu/packages/finance.scm (monero): Update to 0.17.2.0.
Diffstat (limited to 'gnu/packages')
-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 2d5c1c737e..613d0633e1 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -652,7 +652,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch ;; the system's dynamically linked library. (package (name "monero") - (version "0.17.1.9") + (version "0.17.2.0") (source (origin (method git-fetch) @@ -672,7 +672,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch "external/unbound")) #t)) (sha256 - (base32 "0jqss4csvkcrhrmaa3vrnyv6yiwqpbfw7037clx9xcfm4qrrfiwy")))) + (base32 "0jwlmrpzisvw1c06cvd5b3s3hd4w0pa1qmrypfwah67qj3x6hnb6")))) (build-system cmake-build-system) (native-inputs `(("doxygen" ,doxygen) |