guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: boost: Update to 1.67.0.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: boost: Update to 1.67.0.
Date: Tue, 1 May 2018 00:42:36 -0400 (EDT)

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

commit ca2c342181771b83d46a94aec9786f8dd0e0a0b8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue May 1 06:39:40 2018 +0200

    gnu: boost: Update to 1.67.0.
    
    * gnu/packages/boost.scm (boost): Update to 1.67.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 6b17e30..6f96e55 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -43,7 +43,7 @@
 (define-public boost
   (package
     (name "boost")
-    (version "1.66.0")
+    (version "1.67.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -52,7 +52,7 @@
                     ".tar.bz2"))
               (sha256
                (base32
-                "1aaw48cmimsskzgiclwn0iifp62a5iw9cbqrhfari876af1828ap"))
+                "1fmdlmkzsrd46wwk834jsi2ypxj68w2by0rfcg2pzrafk5rck116"))
               (patches (search-patches "boost-fix-icu-build.patch"))))
     (build-system gnu-build-system)
     (inputs `(("icu4c" ,icu4c)



reply via email to

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