# HG changeset patch # User Jan Nieuwenhuizen # Date 1309506631 -7200 # Node ID ab20a6cccb9f81df51166dfa2815a4e1419d248f # Parent 768339ad578f55eb84e87c53d8a30a6df2c41130 Bump libgc to 7.2.6 diff -r 768339ad578f -r ab20a6cccb9f gub/specs/libgc.py --- 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