Archived
1
0
Fork 0

gnu: monero: Update to 0.17.1.3.

* gnu/packages/finance.scm (monero): Update to 0.17.1.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-09 06:32:50 +01:00
parent f0ad0e85cd
commit d450b77abd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -617,7 +617,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.1") (version "0.17.1.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -637,7 +637,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
"external/unbound")) "external/unbound"))
#t)) #t))
(sha256 (sha256
(base32 "18x27dm24k04vx0yz57zi02rk0wrmbn4wr8alqf48dq6z9wr0fhp")))) (base32 "1ddkdfd8i5q509qziwcx1f6nm8axs4a1ppzv2y5lgsqpq375if6j"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("doxygen" ,doxygen) `(("doxygen" ,doxygen)