diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-19 18:00:37 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-19 18:00:37 -0400 |
commit | 75abeb73e387f3a8cf81e97ec24b2a70a58aaf04 (patch) | |
tree | 50f9881efb6ce10e2a50082254d25006ceafcaad | |
parent | 901012356511eda3744703d81bbd08d863624219 (diff) | |
download | patches-75abeb73e387f3a8cf81e97ec24b2a70a58aaf04.tar patches-75abeb73e387f3a8cf81e97ec24b2a70a58aaf04.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.122.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.122.
-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 b586c29d0e..2bbde3a308 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -408,8 +408,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.121" - "1d7djrhiib0ds9ssjkali6b5w6rzap4zgj5hf9jq1jmqpp54jkm4" + (make-linux-libre "4.4.122" + "1ayilv7474vsif3jpb723jbcy4kymv1fpdr96c1g743bad1wkqqq" %intel-compatible-systems #:configuration-file kernel-config)) |