mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
4ec610af2c
commit
59668de423
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue