diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-20 17:39:48 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-20 17:42:49 -0400 |
commit | 5d5cdb7ca40a7dee2047de90040f41ece83d7948 (patch) | |
tree | c98e80f4418281c9d5575a98b5fbf239bef54bc5 | |
parent | 88576735bf4251ec893b93812021a54816f79be3 (diff) |
gnu: linux-libre-4.4: Update to 4.4.26.
* gnu/packages/linux.scm (linux-libre): Update to 4.4.26.
-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 6fe62e497e..07c25e2443 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -329,8 +329,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.25" - "1a677h8vvjkbzqwnklqnjvhq33lwig5z453dwi125zzzvawgr463" + (make-linux-libre "4.4.26" + "0i3mgcf6y7266sh2zffbk0jgi8s9sjhvi6c21vn1v5rl72xz7a15" %intel-compatible-systems #:configuration-file kernel-config)) |