gnu: bitcoin-abc: Update to 0.21.10.

* gnu/packages/finance.scm (bitcoin-abc): Update to 0.21.10.
[inputs]: Add jemalloc.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-11 21:07:16 +02:00
parent 4ec610af2c
commit 59668de423
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -72,6 +72,7 @@ (define-module (gnu packages finance)
#:use-module (gnu packages graphviz)
#:use-module (gnu packages groff)
#:use-module (gnu packages gtk)
#:use-module (gnu packages jemalloc)
#:use-module (gnu packages libedit)
#:use-module (gnu packages libevent)
#:use-module (gnu packages libunwind)
@ -1239,7 +1240,7 @@ (define-public trezord
(define-public bitcoin-abc
(package
(name "bitcoin-abc")
(version "0.21.6")
(version "0.21.10")
(source (origin
(method url-fetch)
(uri (string-append "https://download.bitcoinabc.org/"
@ -1247,7 +1248,7 @@ (define-public bitcoin-abc
version ".tar.gz"))
(sha256
(base32
"1w3c397h2mxsi9471fwyc3yjxw7s4jgvr4q3w2qfh49bhr4wygqj"))))
"0cgr416cp7p14mlnfryxfjfcxys5hksfjhi0i4amxl4fbnpgjwk0"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@ -1257,6 +1258,7 @@ (define-public bitcoin-abc
(inputs
`(("bdb" ,bdb-5.3)
("boost" ,boost)
("jemalloc" ,jemalloc)
("libevent" ,libevent)
("miniupnpc" ,miniupnpc)
("openssl" ,openssl)