diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-31 23:56:15 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-31 23:56:15 -0500 |
commit | 20d32ac2797dfc409dae5e366bcac8f5596eb391 (patch) | |
tree | 8d52db3ab60f133e7c0800a39314e5f2c4e8911c /gnu | |
parent | 4b444fc5a59cbb5e5b45944c0067fb91f73bfe1f (diff) |
gnu: linux-libre@4.9: Update to 4.9.154.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.154.
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 e5a55a9915..2fbd390ca8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -451,8 +451,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.153" - "1ks910wk4nggp7ygai2pnr5b61ix2j3gxk95rv9wkd5za15sgbqa" + (make-linux-libre "4.9.154" + "18qy7d8ndjwx65s2z18z30px94y8ci3ymvbv0mgdcbp16brak9zf" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |