guix-commits
[Top][All Lists]
Advanced

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

15/17: gnu: boost: Update to 1.70.0.


From: guix-commits
Subject: 15/17: gnu: boost: Update to 1.70.0.
Date: Wed, 1 May 2019 18:40:36 -0400 (EDT)

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

commit f1e9999b5f69e4534a0f74acf3080b0e34bdcc98
Author: Marius Bakke <address@hidden>
Date:   Wed Apr 17 15:37:55 2019 +0200

    gnu: boost: Update to 1.70.0.
    
    * gnu/packages/boost.scm (boost): Update to 1.70.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 b83bd73..73b4cff 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -44,7 +44,7 @@
 (define-public boost
   (package
     (name "boost")
-    (version "1.69.0")
+    (version "1.70.0")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -56,7 +56,7 @@
                                           version-with-underscores 
".tar.bz2"))))
               (sha256
                (base32
-                "01j4n142dz20lcgqji8d8hspp04p1nv7m8i6dz8w5lchfdhx8clg"))
+                "0y47nc7w0arwgj4x1phadxbvl7wyfcgknbz5kv8lzpl98wsyh2j3"))
               (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]