gnu: boost: Update to 1.63.0.

* gnu/packages/boost.scm (boost): Update to 1.63.0.
This commit is contained in:
Danny Milosavljevic 2017-01-14 00:28:54 +01:00
parent 79e90f05b6
commit 4c9c8a294e
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -34,7 +34,7 @@ (define-module (gnu packages boost)
(define-public boost
(package
(name "boost")
(version "1.61.0")
(version "1.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -43,7 +43,7 @@ (define-public boost
".tar.bz2"))
(sha256
(base32
"0h5nk7pgxf7xsvvshj9qfpsfp9wx6gq9r78n3nx736pxq83bsix5"))))
"1c5kzhcqahnic55dxcnw7r80qvwx5sfa2sa97yzv7xjrywljbbmy"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)))
(native-inputs