guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: hyperledger-iroha: Build with the late


From: guix-commits
Subject: branch core-updates updated: gnu: hyperledger-iroha: Build with the latest Boost.
Date: Tue, 05 May 2020 16:58:06 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 45c137e  gnu: hyperledger-iroha: Build with the latest Boost.
45c137e is described below

commit 45c137e30f3e8aa27fac61e0736028906a80028c
Author: Marius Bakke <address@hidden>
AuthorDate: Tue May 5 17:21:17 2020 +0200

    gnu: hyperledger-iroha: Build with the latest Boost.
    
    * gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from
    BOOST-1.69.0 to BOOST.
---
 gnu/packages/hyperledger.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/hyperledger.scm b/gnu/packages/hyperledger.scm
index 86eb86d..c1b8215 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]