[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: linux-libre-with-bpf: Update to 5.8.
From: |
guix-commits |
Subject: |
05/06: gnu: linux-libre-with-bpf: Update to 5.8. |
Date: |
Fri, 23 Oct 2020 10:36:31 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 71281742011b76aced52e74113cff89c13d78584
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Sun Sep 20 14:42:04 2020 -0700
gnu: linux-libre-with-bpf: Update to 5.8.
* gnu/packages/linux.scm (linux-libre-with-bpf): Update kernel.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b4f7e39..a7fa7ba 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1011,8 +1011,8 @@ It has been modified to remove all non-free binary
blobs.")
(define-public linux-libre-with-bpf
(let ((base-linux-libre
(make-linux-libre*
- linux-libre-5.4-version
- linux-libre-5.4-source
+ linux-libre-5.8-version
+ linux-libre-5.8-source
'("x86_64-linux" "i686-linux" "armhf-linux"
"aarch64-linux" "riscv64-linux")
#:extra-version "bpf"
- branch master updated (3b026eb -> b5e51a0), guix-commits, 2020/10/23
- 01/06: installer: Make the network management selection window tighter., guix-commits, 2020/10/23
- 03/06: gnu: hdf5: Default to 1.10., guix-commits, 2020/10/23
- 02/06: gnu: imp: Update to 2.13.0., guix-commits, 2020/10/23
- 06/06: gnu: python-black: Update to 20.8b1., guix-commits, 2020/10/23
- 04/06: gnu: kodi: Add nfs functionality., guix-commits, 2020/10/23
- 05/06: gnu: linux-libre-with-bpf: Update to 5.8.,
guix-commits <=