distro: Update file name of initial Binutils tarball.

* distro/packages/base.scm (%bootstrap-binutils): Update remote file
  name.
master
Ludovic Courtès 2012-10-24 00:21:30 +02:00
parent d90248844b
commit 1430808cae
1 changed files with 1 additions and 1 deletions

View File

@ -1507,7 +1507,7 @@ check whether everything is alright."
(method http-fetch)
(uri (string-append
%bootstrap-base-url "/"
system "/binutils-static-2.22.tar.xz"))
system "/binutils-2.22.tar.xz"))
(sha256
(base32
"1cz1rwqhswgrr14kzbkaj3k32kzgv2b6mmzvc6ssbbz8k2m8jmqa"))))