summaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-09-19 09:56:28 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2020-10-05 09:41:28 +0200
commit31da92fe82f8e0cdc7d4940e33f3b82cc001ede4 (patch)
tree293a607b728b1f4e9f36d35bb9fd195806f41f6c /gnu/packages/finance.scm
parent5f37d7e38ebde5e15a72bc8483a08b26048c4748 (diff)
downloadguix-patches-31da92fe82f8e0cdc7d4940e33f3b82cc001ede4.tar
guix-patches-31da92fe82f8e0cdc7d4940e33f3b82cc001ede4.tar.gz
gnu: monero: Update to 0.17.0.1.
* gnu/packages/finance.scm (monero): Update to 0.17.0.1.
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 3f6cf62f83..8c8d549b50 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -555,7 +555,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
;; the system's dynamically linked library.
(package
(name "monero")
- (version "0.16.0.3")
+ (version "0.17.0.1")
(source
(origin
(method git-fetch)
@@ -575,7 +575,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
"external/unbound"))
#t))
(sha256
- (base32 "1r9x3712vhb24dxxirfiwj5f9x0h4m7x0ngiiavf5983dfdlgz33"))))
+ (base32 "1v0phvg5ralli4dr09a60nq032xqlci5d6v4zfq8304vgrn1ffgp"))))
(build-system cmake-build-system)
(native-inputs
`(("doxygen" ,doxygen)