[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: bitcoin-abc: Update to 0.21.10.
From: |
guix-commits |
Subject: |
08/13: gnu: bitcoin-abc: Update to 0.21.10. |
Date: |
Sat, 11 Jul 2020 16:04:42 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 59668de42385c8b21a20fbaa3f70844b1e59c5ee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jul 11 21:07:16 2020 +0200
gnu: bitcoin-abc: Update to 0.21.10.
* gnu/packages/finance.scm (bitcoin-abc): Update to 0.21.10.
[inputs]: Add jemalloc.
---
gnu/packages/finance.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index d8d3817..edace82 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -72,6 +72,7 @@
#: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 @@ Trezor wallet.")
(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 @@ Trezor wallet.")
version ".tar.gz"))
(sha256
(base32
- "1w3c397h2mxsi9471fwyc3yjxw7s4jgvr4q3w2qfh49bhr4wygqj"))))
+ "0cgr416cp7p14mlnfryxfjfcxys5hksfjhi0i4amxl4fbnpgjwk0"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@@ -1257,6 +1258,7 @@ Trezor wallet.")
(inputs
`(("bdb" ,bdb-5.3)
("boost" ,boost)
+ ("jemalloc" ,jemalloc)
("libevent" ,libevent)
("miniupnpc" ,miniupnpc)
("openssl" ,openssl)
- branch master updated (661ad8d -> 183f069), guix-commits, 2020/07/11
- 01/13: gnu: libglvnd: Update to 1.3.2., guix-commits, 2020/07/11
- 02/13: gnu: hss: Move to (gnu packages ssh)., guix-commits, 2020/07/11
- 03/13: gnu: hss: Edit description., guix-commits, 2020/07/11
- 06/13: gnu: hss: Patch less., guix-commits, 2020/07/11
- 04/13: gnu: hss: Fix cross-compilation., guix-commits, 2020/07/11
- 05/13: gnu: hss: Return #t from phase., guix-commits, 2020/07/11
- 07/13: gnu: gperftools: Update to 2.8., guix-commits, 2020/07/11
- 08/13: gnu: bitcoin-abc: Update to 0.21.10.,
guix-commits <=
- 13/13: gnu: wsjtx: Update to 2.2.2., guix-commits, 2020/07/11
- 09/13: gnu: xfce4-eyes-plugin: Update to 4.5.1., guix-commits, 2020/07/11
- 10/13: gnu: svt-av1: Update to 0.8.4., guix-commits, 2020/07/11
- 11/13: gnu: s6-linux-init: Update to 1.0.4.2., guix-commits, 2020/07/11
- 12/13: gnu: flrig: Update to 1.3.51., guix-commits, 2020/07/11