diff options
author | John Soo <jsoo1@asu.edu> | 2020-09-20 14:42:04 -0700 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-10-23 16:35:39 +0200 |
commit | 71281742011b76aced52e74113cff89c13d78584 (patch) | |
tree | 333110376654f269147c4237c46c1b1ec7ca23e1 /gnu | |
parent | 1893c80fc189a9ba53485ee10a33b68717d7c447 (diff) | |
download | guix-71281742011b76aced52e74113cff89c13d78584.tar.gz guix-71281742011b76aced52e74113cff89c13d78584.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b4f7e394ad..a7fa7ba2fd 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" |