diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-19 18:01:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-19 18:01:12 -0400 |
commit | cc367c7c7a000899b136f6ae6285ff81866a597e (patch) | |
tree | 63edc6ef5d778585f5ae4dc68ce45511d11d11f6 /gnu | |
parent | 75abeb73e387f3a8cf81e97ec24b2a70a58aaf04 (diff) | |
download | patches-cc367c7c7a000899b136f6ae6285ff81866a597e.tar patches-cc367c7c7a000899b136f6ae6285ff81866a597e.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.88.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.88.
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 2bbde3a308..18fc48c4b0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -402,8 +402,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.87" - "1p8phvmxp04npzqzqcfmv8k9l5l65s7vpjcakdm0fxfkzvnswsp6" + (make-linux-libre "4.9.88" + "0qlhd8xw3g00i7krpfndkwxzjszk067h26qsxxsszvxyx2s6gp4x" %intel-compatible-systems #:configuration-file kernel-config)) |