mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: monero: Update to 0.18.2.0.
* gnu/packages/finance.scm (monero): Update to 0.18.2.0.
This commit is contained in:
parent
c05adaddb1
commit
5064d184f2
1 changed files with 2 additions and 2 deletions
|
@ -713,7 +713,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.1.2")
|
(version "0.18.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -731,7 +731,7 @@ (define-public monero
|
||||||
delete-file-recursively
|
delete-file-recursively
|
||||||
'("external/miniupnp" "external/rapidjson"))))
|
'("external/miniupnp" "external/rapidjson"))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "033hfc98gv28x05gc1ln6dmyc45cki4qdylmz35wh4dchyr74pf9"))))
|
(base32 "0k41mkz0lp8qavgy3d9813pkmyy8rnhd0fl7wvzdhr7fznqn9sca"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list doxygen
|
(list doxygen
|
||||||
|
|
Loading…
Reference in a new issue