gnu: monero: Update to 0.17.2.0.

* gnu/packages/finance.scm (monero): Update to 0.17.2.0.
This commit is contained in:
Guillaume Le Vaillant 2021-04-12 10:46:22 +02:00
parent 8799369983
commit 3c1cfd7d32
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -652,7 +652,7 @@ (define-public monero
;; the system's dynamically linked library.
(package
(name "monero")
(version "0.17.1.9")
(version "0.17.2.0")
(source
(origin
(method git-fetch)
@ -672,7 +672,7 @@ (define-public monero
"external/unbound"))
#t))
(sha256
(base32 "0jqss4csvkcrhrmaa3vrnyv6yiwqpbfw7037clx9xcfm4qrrfiwy"))))
(base32 "0jwlmrpzisvw1c06cvd5b3s3hd4w0pa1qmrypfwah67qj3x6hnb6"))))
(build-system cmake-build-system)
(native-inputs
`(("doxygen" ,doxygen)