changeset 6155:ab20a6cccb9f guile-2.0

Bump libgc to 7.2.6
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 01 Jul 2011 09:50:31 +0200
parents 768339ad578f
children
files gub/specs/libgc.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/libgc.py	Sat Mar 19 21:39:19 2011 +0100
+++ b/gub/specs/libgc.py	Fri Jul 01 09:50:31 2011 +0200
@@ -28,7 +28,7 @@
         ]
     force_autoupdate = True
     #source = 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.8.tar.gz&version=6.8'
-    source = 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2alpha4.tar.gz&version=7.2.4'
+    source = 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2alpha4.tar.gz&version=7.2.6'
 
 class Libgc (tools.AutoBuild, Libgc):
     pass