diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-20 21:48:43 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-20 21:48:43 -0500 |
commit | 13c0eccbbb7d2e15415cd5df244a4ad1188b0d13 (patch) | |
tree | 5b59d7c28d9f46e6efa60b170761ec8409f04dbb /gnu/packages/linux.scm | |
parent | 079f013be2a3601518a67d65f4e39f7fabddb053 (diff) |
gnu: linux-libre@4.1: Update to 4.1.38.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.38.
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 fde516e228..1bf20726b0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -345,8 +345,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.1 - (make-linux-libre "4.1.37" - "0q79cxmrz0j5wh7z1dc103q6q6qf7rqgjl7ka8lvn4vl32pr0kq1" + (make-linux-libre "4.1.38" + "165kmzglhg63hn7y4q7r6cb2dpsljxiq1czvgyx0bkd1vd2bcvsa" %intel-compatible-systems #:configuration-file kernel-config)) |