distro: Update file name of initial Binutils tarball.
* distro/packages/base.scm (%bootstrap-binutils): Update remote file name.
This commit is contained in:
parent
d90248844b
commit
1430808cae
|
@ -1507,7 +1507,7 @@ check whether everything is alright."
|
||||||
(method http-fetch)
|
(method http-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
%bootstrap-base-url "/"
|
%bootstrap-base-url "/"
|
||||||
system "/binutils-static-2.22.tar.xz"))
|
system "/binutils-2.22.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cz1rwqhswgrr14kzbkaj3k32kzgv2b6mmzvc6ssbbz8k2m8jmqa"))))
|
"1cz1rwqhswgrr14kzbkaj3k32kzgv2b6mmzvc6ssbbz8k2m8jmqa"))))
|
||||||
|
|
Loading…
Reference in New Issue