gnu: monero: Update to 0.17.1.6.

* gnu/packages/finance.scm (monero): Update to 0.17.1.6.
This commit is contained in:
Guillaume Le Vaillant 2020-12-09 10:34:35 +01:00 committed by guillaume
parent 8e2aad26ae
commit 5560bd7b6b
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -625,7 +625,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
;; the system's dynamically linked library. ;; the system's dynamically linked library.
(package (package
(name "monero") (name "monero")
(version "0.17.1.5") (version "0.17.1.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -645,7 +645,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
"external/unbound")) "external/unbound"))
#t)) #t))
(sha256 (sha256
(base32 "0yy9n2qng02j314h8fh5n0mcy6vpdks0yk4d8ifn8hj03f3g2c8b")))) (base32 "0b6zyr3mzqvcxf48i2g45gr649x6nhppik5598jsvg0z7i2hxb9q"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("doxygen" ,doxygen) `(("doxygen" ,doxygen)