diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-03-01 13:35:40 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-03-01 16:31:53 +0100 |
commit | 5064d184f2cb9157aa9c9968f3cb0613e2ef7061 (patch) | |
tree | 7188fe355b4b3525de39ae2d243895d3c2b58e8f /gnu/packages | |
parent | c05adaddb14064f0d2817e331fe5d0618f218bb9 (diff) |
gnu: monero: Update to 0.18.2.0.
* gnu/packages/finance.scm (monero): Update to 0.18.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 d2da017091..77b891dedc 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -713,7 +713,7 @@ blockchain.") ;; the system's dynamically linked library. (package (name "monero") - (version "0.18.1.2") + (version "0.18.2.0") (source (origin (method git-fetch) @@ -731,7 +731,7 @@ blockchain.") delete-file-recursively '("external/miniupnp" "external/rapidjson")))) (sha256 - (base32 "033hfc98gv28x05gc1ln6dmyc45cki4qdylmz35wh4dchyr74pf9")))) + (base32 "0k41mkz0lp8qavgy3d9813pkmyy8rnhd0fl7wvzdhr7fznqn9sca")))) (build-system cmake-build-system) (native-inputs (list doxygen |