diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-05 17:21:17 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-05 20:44:54 +0200 |
commit | 45c137e30f3e8aa27fac61e0736028906a80028c (patch) | |
tree | 2d33e496f4feadf13443b669b53a5a36b0225143 /gnu | |
parent | 87a40d7203a813921b3ef0805c2b46c0026d6c31 (diff) | |
download | patches-45c137e30f3e8aa27fac61e0736028906a80028c.tar patches-45c137e30f3e8aa27fac61e0736028906a80028c.tar.gz |
gnu: hyperledger-iroha: Build with the latest Boost.
* gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from
BOOST-1.69.0 to BOOST.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/hyperledger.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/hyperledger.scm b/gnu/packages/hyperledger.scm index 86eb86d3b5..c1b8215584 100644 --- a/gnu/packages/hyperledger.scm +++ b/gnu/packages/hyperledger.scm @@ -188,7 +188,7 @@ link-time. New implementations can be added as well.") ("rxcpp" ,rxcpp) ("spdlog" ,spdlog))) (inputs - `(("boost" ,boost-1.69) + `(("boost" ,boost) ("gflags" ,gflags) ("grpc" ,grpc-1.16.1) ("hyperledger-iroha-ed25519" ,hyperledger-iroha-ed25519) |