gnu: boost: Upgrade to 1.61.0.

* gnu/packages/boost.scm (boost): Upgrade to 1.61.0
* gnu/packages/databases.scm (mysql)[arguments]: Compute boost minor
version for substitution.
This commit is contained in:
Eric Bavier 2016-09-22 22:33:19 -05:00
parent cdf26f40b0
commit 6941965526
No known key found for this signature in database
GPG key ID: 1EBBD204781F962C
2 changed files with 6 additions and 4 deletions

View file

@ -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