[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: boost: Update to 1.64.0.
From: |
Marius Bakke |
Subject: |
01/01: gnu: boost: Update to 1.64.0. |
Date: |
Wed, 26 Apr 2017 11:36:13 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 4a4e60f43328cb494267abc16c3fc4d039c07323
Author: Marius Bakke <address@hidden>
Date: Wed Apr 26 17:27:43 2017 +0200
gnu: boost: Update to 1.64.0.
* gnu/packages/boost.scm (boost): Update to 1.64.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 dfaa853..5d2056f 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -35,7 +35,7 @@
(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 @@
".tar.bz2"))
(sha256
(base32
- "1c5kzhcqahnic55dxcnw7r80qvwx5sfa2sa97yzv7xjrywljbbmy"))))
+ "0cikd35xfkpg9nnl76yqqnqxnf3hyfjjww8xjd4akflprsm5rk3v"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)))
(native-inputs