diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-09 00:14:28 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-09 00:14:28 -0400 |
commit | 615d923d1fb26eb4ad8e4c773592519ae7820a66 (patch) | |
tree | 4dcc49da9ef198bf12dbee2ad900569580fb403d /gnu | |
parent | 4d332846f0674e453393c7e940ec9c350b58020b (diff) | |
download | patches-615d923d1fb26eb4ad8e4c773592519ae7820a66.tar patches-615d923d1fb26eb4ad8e4c773592519ae7820a66.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.93.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.93.
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 7cf34e15aa..3223929491 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.92" - "1v4mf5mcqc5axbld38qn31pivy6mi80xci81wk128yhlby6w0yj7" + (make-linux-libre "4.9.93" + "0flmsh4xy7ymyzwm8y4x4id798mx6vy3d6ala7x1bq41hf00075p" %intel-compatible-systems #:configuration-file kernel-config)) |