diff options
author | Mark H Weaver <mhw@netris.org> | 2018-11-14 19:13:46 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-11-14 19:13:46 -0500 |
commit | 6a1cff70bce9a144bcf2c503e44485c7e6656315 (patch) | |
tree | 81510eb6dfcafd22f4f70f2cbd31db1a14b0c3bd | |
parent | ae0f1dd1a496d489aab5a2ea46f916a9b96d3618 (diff) | |
download | patches-6a1cff70bce9a144bcf2c503e44485c7e6656315.tar patches-6a1cff70bce9a144bcf2c503e44485c7e6656315.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.137.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.137.
-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 6b7aa89931..ff3cca3640 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -439,8 +439,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.136" - "1kk6px1jcwbgkpfmf9pdklk6kz90h5l8fvdqwmvnk4bz6b2xrrfp" + (make-linux-libre "4.9.137" + "1d8313r2k0qr4x7nqlnbwn5lzfc7dz6w8sfg47jml1q38c2fyjf2" %intel-compatible-systems #:configuration-file kernel-config)) |