[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: bootstrap: bootstrap-%guile: Revert aarch64-
From: |
guix-commits |
Subject: |
branch master updated: gnu: bootstrap: bootstrap-%guile: Revert aarch64-linux hash. |
Date: |
Tue, 03 Dec 2024 04:57:36 -0500 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 58a134224e gnu: bootstrap: bootstrap-%guile: Revert aarch64-linux hash.
58a134224e is described below
commit 58a134224e327cfc0af105314598d080dfc0392d
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Dec 3 10:55:16 2024 +0100
gnu: bootstrap: bootstrap-%guile: Revert aarch64-linux hash.
This is a follow-up to commit
4d9c5984fee481d74c2f504094b4797bbb4104d4
gnu: bootstrap: Add support for x86_64-gnu, aka the 64bit Hurd.
where it was inadvertently changed.
Reported by fanquake via IRC.
* gnu/packages/bootstrap.scm (bootstrap-guile-hash)[aarch64-linux]: Revert
to
1giy2aprjmn5fp9c4s9r125fljw4wv6ixy5739i5bffw4jgr0f9r.
Change-Id: I26176b192e43ebe05bbd575414a7173583c6d5b6
---
gnu/packages/bootstrap.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 48c7b42cc9..226cf0804b 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -399,7 +399,7 @@ or false to signal an error."
("powerpc64le-linux"
(base32 "1rnyfz5q38jyvxddj617443bnnzql4vw0mxzqpj8wz48wx4bhbq0"))
("aarch64-linux"
- (base32 "1ymp3lck1l5fybsa542ny2fdkfydfcfvqbgr3qh03yvq4fwfn6mc"))
+ (base32 "1giy2aprjmn5fp9c4s9r125fljw4wv6ixy5739i5bffw4jgr0f9r"))
("i586-gnu"
(base32 "0wgqpsmvg25rnqn49ap7kwd2qxccd8dr4lllzp7i3rjvgav27vac"))
("x86_64-gnu"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: bootstrap: bootstrap-%guile: Revert aarch64-linux hash.,
guix-commits <=