diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-26 03:09:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-26 03:09:06 -0400 |
commit | 3c67367612bb905af3dff359d40aca9f5f88973e (patch) | |
tree | 355e6a089160c31a3ca642f3423ca74f393f57c1 | |
parent | 3089b5d3f5a31b191b68ce3aa9255b646940b642 (diff) | |
download | guix-3c67367612bb905af3dff359d40aca9f5f88973e.tar guix-3c67367612bb905af3dff359d40aca9f5f88973e.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.56.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.56.
-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 bf16ff0ebd..09e0ecabd0 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.55" - "1m4h3wi4j573hny1yfi9qwkiicx2bx3gwy52zpr8bhxpyqz0d2dl" + (make-linux-libre "4.4.56" + "16fa4rf6vdyakvjis2ahvzdw87znsqgxd84458y86z2szwbaym7n" %intel-compatible-systems #:configuration-file kernel-config)) |