gnu: monero: Update to 0.17.1.8.

* gnu/packages/finance.scm (monero): Update to 0.17.1.8.
This commit is contained in:
Guillaume Le Vaillant 2020-12-31 09:21:37 +01:00
parent 9606041dcb
commit 093429cc6a
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -630,7 +630,7 @@ (define-public monero
;; the system's dynamically linked library.
(package
(name "monero")
(version "0.17.1.7")
(version "0.17.1.8")
(source
(origin
(method git-fetch)
@ -650,7 +650,7 @@ (define-public monero
"external/unbound"))
#t))
(sha256
(base32 "1fdw4i4rw87yz3hz4yc1gdw0gr2mmf9038xaw2l4rrk5y50phjp4"))))
(base32 "10blazbk1602slx3wrmw4jfgkdry55iclrhm5drdficc5v3h735g"))))
(build-system cmake-build-system)
(native-inputs
`(("doxygen" ,doxygen)