summaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-12-09 10:34:35 +0100
committerguillaume <guillaume@orange>2020-12-09 11:34:25 +0100
commit5560bd7b6b42f7241212f1ee63ff95770faf4023 (patch)
treebc32329eb2e3e0d62d7f4a5e519194d48e2d7049 /gnu/packages/finance.scm
parent8e2aad26ae9b7365db83d4f6c74e9e79c57766a6 (diff)
downloadguix-patches-5560bd7b6b42f7241212f1ee63ff95770faf4023.tar
guix-patches-5560bd7b6b42f7241212f1ee63ff95770faf4023.tar.gz
gnu: monero: Update to 0.17.1.6.
* gnu/packages/finance.scm (monero): Update to 0.17.1.6.
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r--gnu/packages/finance.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index df6d6fa424..a1becff413 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -625,7 +625,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
;; the system's dynamically linked library.
(package
(name "monero")
- (version "0.17.1.5")
+ (version "0.17.1.6")
(source
(origin
(method git-fetch)
@@ -645,7 +645,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
"external/unbound"))
#t))
(sha256
- (base32 "0yy9n2qng02j314h8fh5n0mcy6vpdks0yk4d8ifn8hj03f3g2c8b"))))
+ (base32 "0b6zyr3mzqvcxf48i2g45gr649x6nhppik5598jsvg0z7i2hxb9q"))))
(build-system cmake-build-system)
(native-inputs
`(("doxygen" ,doxygen)