diff options
author | Mark H Weaver <mhw@netris.org> | 2016-11-02 07:29:28 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-11-02 07:29:28 -0400 |
commit | b3097a71c5f69dcf327ab8a8db14b4927dfad621 (patch) | |
tree | 63306b43c7d47a69153b54f91eacaaad7772e127 /gnu/packages | |
parent | d439aa36ce6274b0efbd93cf6ca3f27112df2b9d (diff) |
gnu: linux-libre@4.4: Update to 4.4.30.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.30.
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 dff36a3bdc..c868cf04d7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -332,8 +332,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.28" - "1yn74vci0bygn5bi9mcgx1zz8xw9m3jb6j260wqsgkv1hbksa2yp" + (make-linux-libre "4.4.30" + "16jjcjfbf3s4mrifk6v7kmnm8l7yywispfap98wcv6gw6mv9sxdx" %intel-compatible-systems #:configuration-file kernel-config)) |