mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: boost: Update to 1.64.0.
* gnu/packages/boost.scm (boost): Update to 1.64.0.
This commit is contained in:
parent
f98adb1cb3
commit
4a4e60f433
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ (define-module (gnu packages boost)
|
|||
(define-public boost
|
||||
(package
|
||||
(name "boost")
|
||||
(version "1.63.0")
|
||||
(version "1.64.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -44,7 +44,7 @@ (define-public boost
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1c5kzhcqahnic55dxcnw7r80qvwx5sfa2sa97yzv7xjrywljbbmy"))))
|
||||
"0cikd35xfkpg9nnl76yqqnqxnf3hyfjjww8xjd4akflprsm5rk3v"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue