~ruther/guix-local

a1c39ede7defcfe901e926ac384b77ba11c64f97 — Ludovic Courtès 12 years ago 6d73e17
Import (guix hash) in build-aux/download.scm.

* build-aux/download.scm: Import (guix hash).
  Reported by Matthew Lien <bluet@bluet.org>.
2 files changed, 3 insertions(+), 1 deletions(-)

M THANKS
M build-aux/download.scm
M THANKS => THANKS +1 -0
@@ 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>

M build-aux/download.scm => build-aux/download.scm +2 -1
@@ 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"