diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-19 17:14:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-19 17:14:56 -0400 |
commit | 9baf0171a4468c330a7f8d15353b8505c27292ff (patch) | |
tree | f8bcd77299a029d8b94dd9597a21357af98e4108 | |
parent | 9970ef6134a53e61e237410de82c98a1ac39c63c (diff) | |
download | patches-9baf0171a4468c330a7f8d15353b8505c27292ff.tar patches-9baf0171a4468c330a7f8d15353b8505c27292ff.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.55.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.55.
-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 c7225dac3b..eeffab1063 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -354,8 +354,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.54" - "0ny6hsrngl4y4j3ha4py2k7b0fldl9j5mn1h8z115fx2vq9nkfhv" + (make-linux-libre "4.4.55" + "1m4h3wi4j573hny1yfi9qwkiicx2bx3gwy52zpr8bhxpyqz0d2dl" %intel-compatible-systems #:configuration-file kernel-config)) |