summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-06-29 11:51:49 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2020-06-29 14:32:05 +0200
commitffd0c918b6eda460aaa4c01485ae864cecee3025 (patch)
tree3634a2c86e66cf14151180d78845d111afabb186
parent484255f7b4a1490331d0a950b4429c4fcd82f132 (diff)
gnu: monero: Update to 0.16.0.1.
* gnu/packages/finance.scm (monero): Update to 0.16.0.1.
-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 552c2abed3..3e6322bffb 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -547,7 +547,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.0")
+ (version "0.16.0.1")
(source
(origin
(method git-fetch)
@@ -568,7 +568,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
#t))
(sha256
(base32
- "0x74h5z0nxxxip97ibc854pqmrgd8r4d6w62m424f66i8gbzfskh"))))
+ "0n2cviqm8radpynx70fc0819k1xknjc58cvb4whlc49ilyvh8ky6"))))
(build-system cmake-build-system)
(native-inputs
`(("doxygen" ,doxygen)