gnu: hyperledger-iroha: Build with the latest Boost.
* gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from BOOST-1.69.0 to BOOST.master
parent
87a40d7203
commit
45c137e30f
|
@ -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)
|
||||
|
|
Reference in New Issue