diff options
author | Mark H Weaver <mhw@netris.org> | 2017-09-08 03:45:30 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-09-08 03:45:30 -0400 |
commit | 5c6f434d74b66bc3b3689c9902f610e24e7187cb (patch) | |
tree | 31712ab5043e72d656471588ecc6437ce40c079c | |
parent | 4e39604111e53a1aab74fdfe9360ec71c2fd1a85 (diff) | |
download | guix-5c6f434d74b66bc3b3689c9902f610e24e7187cb.tar guix-5c6f434d74b66bc3b3689c9902f610e24e7187cb.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.87.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.87.
-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 ac7a7a405d..fb3bc4dbb1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -383,8 +383,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.86" - "0zm283262k63c5sa3l2lg8lqdjmgzym60qf3kvfva21xqswzcpas" + (make-linux-libre "4.4.87" + "0yiqs4i4ydgb2kg8xdyqk9rkhymrnd2dw7jf9wnn5kxfwc2nbqpj" %intel-compatible-systems #:configuration-file kernel-config)) |