diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-21 14:57:24 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-21 14:57:24 -0400 |
commit | c4a7a512922467313f5cc18fc61029c44ac5360e (patch) | |
tree | dd0dc8e9d8c7de0f29c1467f5315cb1474b90be4 /gnu/packages/linux.scm | |
parent | 9ab6c680ba7e42d3a7cf13c74a7bbcb53c5c390e (diff) |
gnu: linux-libre@4.9: Update to 4.9.135.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.135.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 5cbf87b68c..09f64d5e04 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -446,8 +446,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.134" - "0f5qif27k0mhc57d98arbfkq7zlvg0ra2gz6g5fasblyjz3j7w7h" + (make-linux-libre "4.9.135" + "07v5s6hl08ls2z9xdkbqq1s210mqayfchqbckhp8hlaw089ap71f" %intel-compatible-systems #:configuration-file kernel-config)) |