mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: monero: Update to 0.18.3.1.
* gnu/packages/finance.scm (monero): Update to 0.18.3.1.
This commit is contained in:
parent
9fe9020645
commit
83e84ed462
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue