gnu: monero: Update to 0.18.3.1.

* gnu/packages/finance.scm (monero): Update to 0.18.3.1.
This commit is contained in:
Guillaume Le Vaillant 2023-10-11 09:50:28 +02:00
parent 9fe9020645
commit 83e84ed462
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -682,7 +682,7 @@ (define-public monero
;; the system's dynamically linked library. ;; the system's dynamically linked library.
(package (package
(name "monero") (name "monero")
(version "0.18.2.2") (version "0.18.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -700,7 +700,7 @@ (define-public monero
delete-file-recursively delete-file-recursively
'("external/miniupnp" "external/rapidjson")))) '("external/miniupnp" "external/rapidjson"))))
(sha256 (sha256
(base32 "0hi6grf2xnnra60g3dzspahi0rwyiad6hc07n3pq3aknmz5xx8d4")))) (base32 "1k6mrgsvmqsfk95w8kjmp9v2fghjmmpj40667zndrw9jx1h85mwx"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list doxygen (list doxygen