[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38122] [PATCH 019/197] gnu: bitcoin-abc: Update to 0.20.4.
From: |
Hartmut Goebel |
Subject: |
[bug#38122] [PATCH 019/197] gnu: bitcoin-abc: Update to 0.20.4. |
Date: |
Fri, 8 Nov 2019 11:33:47 +0100 |
From: Guillaume Le Vaillant <address@hidden>
* gnu/packages/finance.scm (bitcoin-abc): Update to 0.20.4.
[source]: Fix uri.
[inputs]: Use bdb-5.3 (bdb-4.8 is not supported).
[arguments]: Add 'fix-tests' phase.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/finance.scm | 26 +++++++++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index bbd1aa947c..d8190dadaf 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1133,15 +1133,35 @@ Trezor wallet.")
(package
(inherit bitcoin-core)
(name "bitcoin-abc")
- (version "0.19.8")
+ (version "0.20.4")
(source (origin
(method url-fetch)
(uri (string-append "https://download.bitcoinabc.org/"
- version "/linux/src/bitcoin-abc-"
+ version "/src/bitcoin-abc-"
version ".tar.gz"))
(sha256
(base32
- "0ndvkxv5m8346bdhfqzgdiz1k9wyjycj05jp7daf9pml3cw79sz5"))))
+ "0fld54z3l7z7k5n35rrjichjnx37j9xp0rv8i69m3x4qfj1xk2np"))))
+ (inputs
+ `(("bdb" ,bdb-5.3)
+ ("boost" ,boost)
+ ("libevent" ,libevent)
+ ("miniupnpc" ,miniupnpc)
+ ("openssl" ,openssl)
+ ("protobuf" ,protobuf)
+ ("qtbase" ,qtbase)))
+ (arguments
+ (substitute-keyword-arguments (package-arguments bitcoin-core)
+ ((#:phases phases)
+ `(modify-phases ,phases
+ (add-after 'unpack 'fix-tests
+ ;; Disable 'check-devtools' test which tries to run a
+ ;; python script that doesn't exist.
+ (lambda _
+ (substitute* "Makefile.in"
+ (("^check-local: check-devtools")
+ "check-local:"))
+ #t))))))
(home-page "https://www.bitcoinabc.org/")
(synopsis "Bitcoin ABC peer-to-peer full node for the Bitcoin Cash
protocol")
(description
--
2.21.0
- [bug#38122] [PATCH 012/197] gnu: pingus: Adjust for GCC 7., (continued)
- [bug#38122] [PATCH 012/197] gnu: pingus: Adjust for GCC 7., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 011/197] gnu: pingus: Update source URI., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 008/197] gnu: Add python-keyutils., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 013/197] gnu: Remove python2-feather-format., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 009/197] gnu: Add udiskie., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 015/197] gnu: pocl: Update to 1.4., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 017/197] gnu: Chibi-Scheme: Update to 0.8., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 018/197] gnu: Chibi-Scheme: Do not use unstable tarball., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 021/197] gnu: musescore: Update to 3.3., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 020/197] services: ntp: Fix a crash when using legacy configuration., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 019/197] gnu: bitcoin-abc: Update to 0.20.4.,
Hartmut Goebel <=
- [bug#38122] [PATCH 014/197] gnu: u-boot: Remove redundant GCC input., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 016/197] gnu: icecat: Update to 68.2.0-guix0-preview3., Hartmut Goebel, 2019/11/08
- bug#38122: Faulty patchset, Hartmut Goebel, 2019/11/08