diff options
author | Mark H Weaver <mhw@netris.org> | 2018-06-07 23:37:46 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-06-07 23:37:46 -0400 |
commit | b09dc3b911092c411fbf02065f198b58a688019b (patch) | |
tree | da3cf167db8bc84b05636ca4f093c945801dac6e /gnu | |
parent | 20860819d69bb1b066db23060be3ca10f5659d27 (diff) |
gnu: linux-libre@4.4: Update to 4.4.136.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.136.
Diffstat (limited to 'gnu')
-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 e6e849ecbd..4ddede97cd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -420,8 +420,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.135" - "0jdf5yx8b6q4zw7q9k8vv0ky8wlvclr9qz70wgrrvmm5dh1662j9" + (make-linux-libre "4.4.136" + "0bc278l9arl8bb2gvcg02x57h66b4r8iaan3r4kzqbmkfspkl2gi" %intel-compatible-systems #:configuration-file kernel-config)) |