summaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-26 17:01:06 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-26 20:44:40 +0100
commit42aaa350c3752ab24317422149e74d8a3dbe7543 (patch)
tree840cedbf927740a10e6406ee7595770b4fcf4810 /gnu/packages/finance.scm
parent15586697c91cd004a07f8f163829b0f8e4eb588e (diff)
downloadguix-patches-42aaa350c3752ab24317422149e74d8a3dbe7543.tar
guix-patches-42aaa350c3752ab24317422149e74d8a3dbe7543.tar.gz
gnu: monero: Update to 0.17.1.5.
* gnu/packages/finance.scm (monero): Update to 0.17.1.5.
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 dc62892e2a..dd6013635a 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -626,7 +626,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.3")
+ (version "0.17.1.5")
(source
(origin
(method git-fetch)
@@ -646,7 +646,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
"external/unbound"))
#t))
(sha256
- (base32 "1ddkdfd8i5q509qziwcx1f6nm8axs4a1ppzv2y5lgsqpq375if6j"))))
+ (base32 "0yy9n2qng02j314h8fh5n0mcy6vpdks0yk4d8ifn8hj03f3g2c8b"))))
(build-system cmake-build-system)
(native-inputs
`(("doxygen" ,doxygen)