diff options
author | Mark H Weaver <mhw@netris.org> | 2016-10-08 11:32:37 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-10-08 11:32:37 -0400 |
commit | ca86791881e7ec9c62266867250fe52824eb93b4 (patch) | |
tree | 6819e8c57222519a3e7f27686cb8c478cc8d0cc3 /gnu | |
parent | 96784438f5f9ae933b466db921301ae8e6b97497 (diff) | |
download | guix-ca86791881e7ec9c62266867250fe52824eb93b4.tar guix-ca86791881e7ec9c62266867250fe52824eb93b4.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.24.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.24.
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 0e9fab25ee..23ae3e41c8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -328,8 +328,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.23" - "07akixpxlcrpfsadnppyk2hbggqf7j2hzlkg56k0yh3dhyglxv86" + (make-linux-libre "4.4.24" + "1wg1d9rq29612psr5v4krabx7nv1y1gzfshq7wpx6i1lpqf3lill" %intel-compatible-systems #:configuration-file kernel-config)) |