mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: monero: Update to 0.17.1.5.
* gnu/packages/finance.scm (monero): Update to 0.17.1.5.
This commit is contained in:
parent
15586697c9
commit
42aaa350c3
1 changed files with 2 additions and 2 deletions
|
@ -626,7 +626,7 @@ (define-public monero
|
|||
;; the system's dynamically linked library.
|
||||
(package
|
||||
(name "monero")
|
||||
(version "0.17.1.3")
|
||||
(version "0.17.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -646,7 +646,7 @@ (define-public monero
|
|||
"external/unbound"))
|
||||
#t))
|
||||
(sha256
|
||||
(base32 "1ddkdfd8i5q509qziwcx1f6nm8axs4a1ppzv2y5lgsqpq375if6j"))))
|
||||
(base32 "0yy9n2qng02j314h8fh5n0mcy6vpdks0yk4d8ifn8hj03f3g2c8b"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("doxygen" ,doxygen)
|
||||
|
|
Loading…
Reference in a new issue