unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: boost: Update to 1.61.0.
@ 2016-09-19  8:13 Roel Janssen
  2016-09-19 10:11 ` Roel Janssen
  0 siblings, 1 reply; 15+ messages in thread
From: Roel Janssen @ 2016-09-19  8:13 UTC (permalink / raw)
  To: guix-devel

Dear Guix,

I don't know what the impact of the following upgrade is, but I think it
would be good to update Boost to the latest stable version that was
released on May 13th, 2016.

What do you think?

Kind regards,
Roel Janssen

From a6409b0648352cac86a3ceb205ee183c034085f5 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Mon, 19 Sep 2016 10:08:52 +0200
Subject: [PATCH] gnu: boost: Update to 1.61.0.

* gnu/packages/boost.scm (boost): Update to 1.61.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 8fe8c8e..ccc1f06 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -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
-- 
2.10.0

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-09-27 19:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19  8:13 [PATCH] gnu: boost: Update to 1.61.0 Roel Janssen
2016-09-19 10:11 ` Roel Janssen
2016-09-19 12:26   ` Ricardo Wurmus
2016-09-19 20:31   ` Efraim Flashner
2016-09-19 21:09   ` Eric Bavier
2016-09-20  9:10     ` Roel Janssen
2016-09-20 20:58       ` Eric Bavier
2016-09-20 21:44         ` Leo Famulari
2016-09-22 17:14         ` Eric Bavier
2016-09-22 19:03           ` Roel Janssen
2016-09-21 16:11   ` Andreas Enge
2016-09-21 17:27     ` Andreas Enge
2016-09-22 21:16       ` Marius Bakke
2016-09-23 17:05         ` Eric Bavier
2016-09-27 19:13         ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).