mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1507,7 +1507,7 @@ (define %bootstrap-binutils
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue