From patchwork Mon Sep 19 08:13:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roel Janssen X-Patchwork-Id: 15763 Received: (qmail 125899 invoked by uid 89); 19 Sep 2016 08:12:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Boost, 13th, dear X-Spam-Status: No, score=-4.8 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Sep 2016 08:12:44 +0000 Received: from localhost ([::1]:53554 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bltgw-0004n3-Ty for patchwork@sourceware.org; Mon, 19 Sep 2016 04:12:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bltgm-0004kA-NV for guix-devel@gnu.org; Mon, 19 Sep 2016 04:12:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bltgi-0007pa-5y for guix-devel@gnu.org; Mon, 19 Sep 2016 04:12:32 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bltgi-0007pW-3W for guix-devel@gnu.org; Mon, 19 Sep 2016 04:12:28 -0400 Received: from ip-80-113-14-101.ip.prioritytelecom.net ([80.113.14.101]:24782 helo=roel-tp) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1bltgh-0006Zt-Cx for guix-devel@gnu.org; Mon, 19 Sep 2016 04:12:27 -0400 User-agent: mu4e 0.9.17; emacs 25.1.1 From: Roel Janssen To: guix-devel@gnu.org Subject: [PATCH] gnu: boost: Update to 1.61.0. Date: Mon, 19 Sep 2016 10:13:23 +0200 Message-ID: <8737kw2tp8.fsf@gnu.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" Dear Guix, I don't know what the impact of the following upgrade is, but I think it would be good to update Boost to the latest stable version that was released on May 13th, 2016. What do you think? Kind regards, Roel Janssen >From a6409b0648352cac86a3ceb205ee183c034085f5 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Mon, 19 Sep 2016 10:08:52 +0200 Subject: [PATCH] gnu: boost: Update to 1.61.0. * gnu/packages/boost.scm (boost): Update to 1.61.0. --- gnu/packages/boost.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index 8fe8c8e..ccc1f06 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -34,7 +34,7 @@ (define-public boost (package (name "boost") - (version "1.60.0") + (version "1.61.0") (source (origin (method url-fetch) (uri (string-append @@ -43,7 +43,7 @@ ".tar.bz2")) (sha256 (base32 - "0fzx6dwqbrkd4bcd8pjv0fpapwmrxxwr8yx9g67lihlsk3zzysk8")))) + "0h5nk7pgxf7xsvvshj9qfpsfp9wx6gq9r78n3nx736pxq83bsix5")))) (build-system gnu-build-system) (inputs `(("zlib" ,zlib))) (native-inputs