gnu: monero: Update to 0.17.1.5.

* gnu/packages/finance.scm (monero): Update to 0.17.1.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-26 17:01:06 +01:00
parent 15586697c9
commit 42aaa350c3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -626,7 +626,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.1.3") (version "0.17.1.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -646,7 +646,7 @@ (define-public monero
"external/unbound")) "external/unbound"))
#t)) #t))
(sha256 (sha256
(base32 "1ddkdfd8i5q509qziwcx1f6nm8axs4a1ppzv2y5lgsqpq375if6j")))) (base32 "0yy9n2qng02j314h8fh5n0mcy6vpdks0yk4d8ifn8hj03f3g2c8b"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("doxygen" ,doxygen) `(("doxygen" ,doxygen)