changeset 6496:1056230c73d1

g-wrap: bump to 1.9.13.2. Fixes build with guile-2.0.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 15 Mar 2011 15:50:06 +0100
parents 69a20236bfeb
children bb93d191eb53
files gub/specs/g-wrap.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/g-wrap.py	Tue Mar 15 14:53:44 2011 +0100
+++ b/gub/specs/g-wrap.py	Tue Mar 15 15:50:06 2011 +0100
@@ -11,7 +11,7 @@
         'libffi',
         'tools::g-wrap',
         ]
-    source = 'http://download.savannah.gnu.org/releases/g-wrap/g-wrap-1.9.13.1.tar.gz'
+    source = 'http://download.savannah.gnu.org/releases/g-wrap/g-wrap-1.9.13.2.tar.gz'
     def __init__ (self, settings, source):
         target.AutoBuild.__init__ (self, settings, source)
         build.add_dict (self, {'GUILE_LOAD_COMPILED_PATH': '%(tools_prefix)s/lib/guile/2.0/ccache'})