diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-07-04 13:43:54 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-07-04 13:44:24 +0200 |
| commit | a1c39ede7defcfe901e926ac384b77ba11c64f97 (patch) | |
| tree | 6fdffda5adae6e3c0493684d5bfaaa5f7c13759a | |
| parent | 6d73e17bb47062d66c96ff3453692a0bd413ca5d (diff) | |
Import (guix hash) in build-aux/download.scm.
* build-aux/download.scm: Import (guix hash).
Reported by Matthew Lien <bluet@bluet.org>.
| -rw-r--r-- | THANKS | 1 | ||||
| -rw-r--r-- | build-aux/download.scm | 3 |
2 files changed, 3 insertions, 1 deletions
| @@ -9,6 +9,7 @@ suggestions, bug reports, patches, or general infrastructure help: | |||
| 9 | Daniel Clark <dclark@pobox.com> | 9 | Daniel Clark <dclark@pobox.com> |
| 10 | Alexandru Cojocaru <xojoc@gmx.com> | 10 | Alexandru Cojocaru <xojoc@gmx.com> |
| 11 | Aleix Conchillo Flaqué <aconchillo@gmail.com> | 11 | Aleix Conchillo Flaqué <aconchillo@gmail.com> |
| 12 | Matthew Lien <bluet@bluet.org> | ||
| 12 | Alex Sassmannshausen <alex.sassmannshausen@gmail.com> | 13 | Alex Sassmannshausen <alex.sassmannshausen@gmail.com> |
| 13 | Jason Self <jself@gnu.org> | 14 | Jason Self <jself@gnu.org> |
| 14 | Alen Skondro <askondro@gmail.com> | 15 | Alen Skondro <askondro@gmail.com> |
diff --git a/build-aux/download.scm b/build-aux/download.scm index c5486f89707..91b41bcec17 100644 --- a/build-aux/download.scm +++ b/build-aux/download.scm | |||
| @@ -25,7 +25,8 @@ | |||
| 25 | (web client) | 25 | (web client) |
| 26 | (rnrs io ports) | 26 | (rnrs io ports) |
| 27 | (srfi srfi-11) | 27 | (srfi srfi-11) |
| 28 | (guix utils)) | 28 | (guix utils) |
| 29 | (guix hash)) | ||
| 29 | 30 | ||
| 30 | (define %url-base | 31 | (define %url-base |
| 31 | "http://alpha.gnu.org/gnu/guix/bootstrap" | 32 | "http://alpha.gnu.org/gnu/guix/bootstrap" |
