From a1c39ede7defcfe901e926ac384b77ba11c64f97 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 4 Jul 2013 13:43:54 +0200 Subject: Import (guix hash) in build-aux/download.scm. * build-aux/download.scm: Import (guix hash). Reported by Matthew Lien . --- build-aux/download.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-aux/download.scm') 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" -- cgit v1.2.3