gnu: boost: Update to 1.67.0.

* gnu/packages/boost.scm (boost): Update to 1.67.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-01 06:39:40 +02:00
parent 4eef81d9ae
commit ca2c342181
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -43,7 +43,7 @@ (define-module (gnu packages boost)
(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 @@ (define-public boost
".tar.bz2"))
(sha256
(base32
"1aaw48cmimsskzgiclwn0iifp62a5iw9cbqrhfari876af1828ap"))
"1fmdlmkzsrd46wwk834jsi2ypxj68w2by0rfcg2pzrafk5rck116"))
(patches (search-patches "boost-fix-icu-build.patch"))))
(build-system gnu-build-system)
(inputs `(("icu4c" ,icu4c)