diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-25 02:44:17 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-25 02:44:17 -0500 |
commit | 749164cb71f6156adb5c99df360758dbb74efa2d (patch) | |
tree | 2a217a20e862b6c1fbea3b4a2be48137f69b830e | |
parent | e9291eaa427066e5c8e531acc79f34d93dc845f0 (diff) | |
download | guix-749164cb71f6156adb5c99df360758dbb74efa2d.tar guix-749164cb71f6156adb5c99df360758dbb74efa2d.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.102.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.102.
-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 55ff698d01..e1e7f6142d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -389,8 +389,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.100" - "0lqb6bxpa3play8hz9k1d54xzlm8m58xh6rlfcvmwcs8qjkvpm6g" + (make-linux-libre "4.4.102" + "16jl383v71zxpgrab30z6m3jzcg42i2zwh9vfy8k5li0xnal4437" %intel-compatible-systems #:configuration-file kernel-config)) |