mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Import (guix hash) in build-aux/download.scm.
* build-aux/download.scm: Import (guix hash). Reported by Matthew Lien <bluet@bluet.org>.
This commit is contained in:
parent
6d73e17bb4
commit
a1c39ede7d
2 changed files with 3 additions and 1 deletions
1
THANKS
1
THANKS
|
@ -9,6 +9,7 @@ suggestions, bug reports, patches, or general infrastructure help:
|
||||||
Daniel Clark <dclark@pobox.com>
|
Daniel Clark <dclark@pobox.com>
|
||||||
Alexandru Cojocaru <xojoc@gmx.com>
|
Alexandru Cojocaru <xojoc@gmx.com>
|
||||||
Aleix Conchillo Flaqué <aconchillo@gmail.com>
|
Aleix Conchillo Flaqué <aconchillo@gmail.com>
|
||||||
|
Matthew Lien <bluet@bluet.org>
|
||||||
Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
|
Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
|
||||||
Jason Self <jself@gnu.org>
|
Jason Self <jself@gnu.org>
|
||||||
Alen Skondro <askondro@gmail.com>
|
Alen Skondro <askondro@gmail.com>
|
||||||
|
|
|
@ -25,7 +25,8 @@
|
||||||
(web client)
|
(web client)
|
||||||
(rnrs io ports)
|
(rnrs io ports)
|
||||||
(srfi srfi-11)
|
(srfi srfi-11)
|
||||||
(guix utils))
|
(guix utils)
|
||||||
|
(guix hash))
|
||||||
|
|
||||||
(define %url-base
|
(define %url-base
|
||||||
"http://alpha.gnu.org/gnu/guix/bootstrap"
|
"http://alpha.gnu.org/gnu/guix/bootstrap"
|
||||||
|
|
Loading…
Reference in a new issue