diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-17 00:47:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-17 00:47:40 -0400 |
commit | 029dd51d8c1b12aea7f6958956a3bfdd127ab14b (patch) | |
tree | 0e517fa5fd2c76411f1beedcddedf6734ee4261f /gnu | |
parent | 649b334b586e3a4fc360a5cd8fa45d2a89f1eb05 (diff) |
gnu: linux-libre@4.4: Update to 4.4.132.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.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 09e999859d..32df323513 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -417,8 +417,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.131" - "1phah297rxjwy22wfaqlzpbk71ddp3drma5dx3i8xv6g8vijd08x" + (make-linux-libre "4.4.132" + "012nmbvvi8sg0iav5aibk8qx189iwqjadnr4h5jv65gzi7i79li9" %intel-compatible-systems #:configuration-file kernel-config)) |