diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-10 23:17:53 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-10 23:17:53 -0400 |
commit | 0e8f0803b5b2abd1c99408c508e8b36db32df9c5 (patch) | |
tree | 7f0feb042ecd5cb55d109f7b0803dd72c3b7cdff /gnu | |
parent | e05fe1f91701c28e1a05ae13057601cef7aacf3c (diff) |
gnu: linux-libre@4.9: Update to 4.9.132.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.132.
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 6020330cd3..261a8e28fa 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -446,8 +446,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.131" - "11pxwl7dmisbf2szg9qzkvhlpk68clh5l478n7b62q7hd8j3hxlv" + (make-linux-libre "4.9.132" + "1s4zsv04bdafqqn8i6ab3lxjbh45v20dbm31mb52hfyzlfp4sjp5" %intel-compatible-systems #:configuration-file kernel-config)) |