gnu: monero: Update to 0.17.1.0.

* gnu/packages/finance.scm (monero): Update to 0.17.1.0.
This commit is contained in:
Guillaume Le Vaillant 2020-10-14 10:27:05 +02:00
parent d763e3c746
commit 47fb72d2e5
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -555,7 +555,7 @@ (define-public monero
;; the system's dynamically linked library. ;; the system's dynamically linked library.
(package (package
(name "monero") (name "monero")
(version "0.17.0.1") (version "0.17.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -575,7 +575,7 @@ (define-public monero
"external/unbound")) "external/unbound"))
#t)) #t))
(sha256 (sha256
(base32 "1v0phvg5ralli4dr09a60nq032xqlci5d6v4zfq8304vgrn1ffgp")))) (base32 "1cngniv7sndy8r0fcfgk737640k53q3kwd36g891p5igcb985qdw"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("doxygen" ,doxygen) `(("doxygen" ,doxygen)