changeset 6455:665d29d7ad1e

guile-library: bump to 1.9.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 31 Jan 2011 15:02:50 +0100
parents 31e4b22fb873
children af582a313c60
files gub/specs/guile-library.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/guile-library.py	Sun Jan 30 17:20:26 2011 +0100
+++ b/gub/specs/guile-library.py	Mon Jan 31 15:02:50 2011 +0100
@@ -1,7 +1,7 @@
 from gub import target
 
 class Guile_library (target.AutoBuild):
-    source = 'http://download.gna.org/guile-lib/guile-lib-0.1.6.tar.gz'
+    source = 'http://download.savannah.gnu.org/releases/guile-lib/guile-lib-0.1.9.tar.gz'
     dependencies = [
         'guile',
         ]