guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: boost: Update to 1.63.0.


From: Danny Milosavljevic
Subject: 01/01: gnu: boost: Update to 1.63.0.
Date: Tue, 17 Jan 2017 20:36:23 +0000 (UTC)

dannym pushed a commit to branch staging
in repository guix.

commit 4c9c8a294ea64fcb969da84e6fe207780ebdb387
Author: Danny Milosavljevic <address@hidden>
Date:   Sat Jan 14 00:28:54 2017 +0100

    gnu: boost: Update to 1.63.0.
    
    * gnu/packages/boost.scm (boost): Update to 1.63.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 e6abf4d..b3fccdf 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -34,7 +34,7 @@
 (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 @@
                     ".tar.bz2"))
               (sha256
                (base32
-                "0h5nk7pgxf7xsvvshj9qfpsfp9wx6gq9r78n3nx736pxq83bsix5"))))
+                "1c5kzhcqahnic55dxcnw7r80qvwx5sfa2sa97yzv7xjrywljbbmy"))))
     (build-system gnu-build-system)
     (inputs `(("zlib" ,zlib)))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]