diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-15 22:32:09 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-15 22:32:09 -0400 |
commit | 0b990b9611f88ce6a3ea71cc043f0063d0ab8bac (patch) | |
tree | 0f7f9f1af1767f4272526d4675fffd89a2bb4889 /gnu/packages/linux.scm | |
parent | 6adf9d18d145c15bf593740b4180f10b65488631 (diff) |
gnu: linux-libre@4.9: Update to 4.9.38.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.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 4bb24cfd3e..5d825e3048 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -373,8 +373,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.37" - "0jrpzv5a8j8qjhh1x1wldyzbjms8p48nk5w6b4gib67fl7vx3135" + (make-linux-libre "4.9.38" + "13pfawwnf46yqsrx3k5mj4pa7cs2x4v23qi8ncpxz0vqzgz9xxrd" %intel-compatible-systems #:configuration-file kernel-config)) |