gnu: monero: Update to 0.16.0.3.

* gnu/packages/finance.scm (monero): Update to 0.16.0.3.
This commit is contained in:
Guillaume Le Vaillant 2020-08-09 09:48:00 +02:00
parent d6fcc67de5
commit 8809696efa
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -547,7 +547,7 @@ (define-public monero
;; the system's dynamically linked library.
(package
(name "monero")
(version "0.16.0.1")
(version "0.16.0.3")
(source
(origin
(method git-fetch)
@ -567,8 +567,7 @@ (define-public monero
"external/unbound"))
#t))
(sha256
(base32
"0n2cviqm8radpynx70fc0819k1xknjc58cvb4whlc49ilyvh8ky6"))))
(base32 "1r9x3712vhb24dxxirfiwj5f9x0h4m7x0ngiiavf5983dfdlgz33"))))
(build-system cmake-build-system)
(native-inputs
`(("doxygen" ,doxygen)