aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-07-04 13:43:54 +0200
committerLudovic Courtès <ludo@gnu.org>2013-07-04 13:44:24 +0200
commita1c39ede7defcfe901e926ac384b77ba11c64f97 (patch)
tree6fdffda5adae6e3c0493684d5bfaaa5f7c13759a
parent6d73e17bb47062d66c96ff3453692a0bd413ca5d (diff)
downloadguix-a1c39ede7defcfe901e926ac384b77ba11c64f97.tar
guix-a1c39ede7defcfe901e926ac384b77ba11c64f97.tar.gz
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--THANKS1
-rw-r--r--build-aux/download.scm3
2 files changed, 3 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index 21d9fe13dc..ed11a2ec44 100644
--- a/THANKS
+++ b/THANKS
@@ -9,6 +9,7 @@ suggestions, bug reports, patches, or general infrastructure help:
Daniel Clark <dclark@pobox.com>
Alexandru Cojocaru <xojoc@gmx.com>
Aleix Conchillo Flaqué <aconchillo@gmail.com>
+ Matthew Lien <bluet@bluet.org>
Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
Jason Self <jself@gnu.org>
Alen Skondro <askondro@gmail.com>
diff --git a/build-aux/download.scm b/build-aux/download.scm
index c5486f8970..91b41bcec1 100644
--- a/build-aux/download.scm
+++ b/build-aux/download.scm
@@ -25,7 +25,8 @@
(web client)
(rnrs io ports)
(srfi srfi-11)
- (guix utils))
+ (guix utils)
+ (guix hash))
(define %url-base
"http://alpha.gnu.org/gnu/guix/bootstrap"