mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: monero: Update to 0.17.1.3.
* gnu/packages/finance.scm (monero): Update to 0.17.1.3.
This commit is contained in:
parent
f0ad0e85cd
commit
d450b77abd
1 changed files with 2 additions and 2 deletions
|
@ -617,7 +617,7 @@ (define-public monero
|
|||
;; the system's dynamically linked library.
|
||||
(package
|
||||
(name "monero")
|
||||
(version "0.17.1.1")
|
||||
(version "0.17.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -637,7 +637,7 @@ (define-public monero
|
|||
"external/unbound"))
|
||||
#t))
|
||||
(sha256
|
||||
(base32 "18x27dm24k04vx0yz57zi02rk0wrmbn4wr8alqf48dq6z9wr0fhp"))))
|
||||
(base32 "1ddkdfd8i5q509qziwcx1f6nm8axs4a1ppzv2y5lgsqpq375if6j"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("doxygen" ,doxygen)
|
||||
|
|
Loading…
Reference in a new issue