[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: monero: Update to 0.17.1.0.
From: |
guix-commits |
Subject: |
01/02: gnu: monero: Update to 0.17.1.0. |
Date: |
Wed, 14 Oct 2020 05:14:53 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 47fb72d2e500bffd167a95d6fa116755711a9bd3
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Oct 14 10:27:05 2020 +0200
gnu: monero: Update to 0.17.1.0.
* gnu/packages/finance.scm (monero): Update to 0.17.1.0.
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index a10d79a..077568a 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.17.0.1")
+ (version "0.17.1.0")
(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 "1v0phvg5ralli4dr09a60nq032xqlci5d6v4zfq8304vgrn1ffgp"))))
+ (base32 "1cngniv7sndy8r0fcfgk737640k53q3kwd36g891p5igcb985qdw"))))
(build-system cmake-build-system)
(native-inputs
`(("doxygen" ,doxygen)