diff options
| author | Mark H Weaver | 2017-07-13 13:47:59 -0400 |
|---|---|---|
| committer | Mark H Weaver | 2017-07-13 13:47:59 -0400 |
| commit | 2dfdedfbf71f9c054d74160eb8c55689088b0f9b (patch) | |
| tree | 9b96deb90b1ab7748b5d701a09dff70263528c03 /gnu/packages | |
| parent | 3e879d1add2451ba6d11aff2cd853d66741ebc71 (diff) | |
gnu: linux-libre@4.9: Update to 4.9.37.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.37.
Diffstat (limited to 'gnu/packages')
| -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 c5fed1a7c..c03983fa3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -373,8 +373,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.36" - "1z58f15my3a8c3j8hfc6p9ydmwgq1399kp1zsbrfd89rxz3m4v6r" + (make-linux-libre "4.9.37" + "0jrpzv5a8j8qjhh1x1wldyzbjms8p48nk5w6b4gib67fl7vx3135" %intel-compatible-systems #:configuration-file kernel-config)) |