janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 5a78ed9fec08103feb69036f4a4ba2256ea05bd7
Author: Jan Nieuwenhuizen <[email protected]>
Date: Mon Sep 3 00:30:28 2018 +0200
%bootstrap-linux-libre-headers: Update
* gnu/packages/bootstrap.scm (%bootstrap-linux-libre-headers):
---
gnu/packages/bootstrap.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 1c43b55..01300eb 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -450,11 +450,11 @@ $out/bin/guile --version~%"
(uri (match system
((or "i686-linux"
"x86_64-linux")
-
"http://lilypond.org/janneke/mes/linux-libre-headers-stripped-4.4.47-i686-linux.tar.xz")
+
"http://lilypond.org/janneke/mes/linux-libre-headers-stripped-4.14.26-i686-linux.tar.xz")
(_ (error "linux-libre-headers-bootstrap: system not
supported"))))
(sha256
(base32
- "1pfrnl2mk52hk39ykrbjn4jqmxq6av0h650xw3asm9faacyw0f4s"))))
+ "0nwspwydn089xbd28nnas762iwl6l9ymbcz170qvfi50ywgim1ma"))))
#f ; no program to test
"Bootstrap linux-libre-headers"))