diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-11-23 22:30:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-23 22:30:10 +0100 |
commit | 53c85e97dcc264da5ff5cd4e3be4d47028f4d726 (patch) | |
tree | 8984fefeb61e0c165bf960fdfa3cd11355d02ba3 /build-aux | |
parent | 2e838890ff989128e8a78eea574d1ad158dd6361 (diff) | |
parent | c320011da5e743f47220f380c818e95394f6d9c0 (diff) | |
download | patches-53c85e97dcc264da5ff5cd4e3be4d47028f4d726.tar patches-53c85e97dcc264da5ff5cd4e3be4d47028f4d726.tar.gz |
Merge branch 'core-updates'
Conflicts:
gnu/packages/gnunet.scm
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/download.scm | 2 | ||||
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/download.scm b/build-aux/download.scm index 91b41bcec1..50123f59d2 100644 --- a/build-aux/download.scm +++ b/build-aux/download.scm @@ -45,7 +45,7 @@ (match (string-tokenize file (char-set-complement (char-set #\/))) ((_ ... system basename) (string->uri (string-append %url-base "/" system - "/20130105/" basename))))) + "/20131110/" basename))))) (match (command-line) ((_ file expected-hash) diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 72e4c35537..3a17b6ec94 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -83,7 +83,7 @@ SYSTEM." (define %core-packages (list gmp mpfr mpc coreutils findutils diffutils patch sed grep - gawk gettext hello guile-2.0 + gawk gnu-gettext hello guile-2.0 %bootstrap-binaries-tarball %binutils-bootstrap-tarball %glibc-bootstrap-tarball |