diff options
author | Guillaume Le Vaillant <[email protected]> | 2024-03-26 11:45:30 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <[email protected]> | 2024-03-26 11:45:30 +0100 |
commit | 030ff1489bf73ab1b097b02af16f4fe50a915b77 (patch) | |
tree | 4d655690251d893814e3c8a395a6d811ab118100 | |
parent | 7dfb3155fc4dd37bea93a8704c37e4aff87e5013 (diff) |
gnu: monero: Update to 0.18.3.3.
* gnu/packages/finance.scm (monero): Update to 0.18.3.3.
Change-Id: I9fb61fc648f4839642138ae7b577a1452513891e
-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 08b345332a..04ffa23e22 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -686,7 +686,7 @@ blockchain.") ;; the system's dynamically linked library. (package (name "monero") - (version "0.18.3.2") + (version "0.18.3.3") (source (origin (method git-fetch) @@ -704,7 +704,7 @@ blockchain.") delete-file-recursively '("external/miniupnp" "external/rapidjson")))) (sha256 - (base32 "0ri3ss5vgsjk5pzmaaw8yi7sg4lasx58d8kz3m6z5vg7p69gdzxv")))) + (base32 "1d3dnkz18v0mlspafnzm301lmdiz6pwjzdbsdq23mn7cyynzgnc9")))) (build-system cmake-build-system) (native-inputs (list doxygen |