diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-13 03:24:52 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-13 03:41:28 -0400 |
commit | e7804c3da1df37a90fab7cbfcb1b582da06e3f97 (patch) | |
tree | 513f723e79ee4bb1e3fb8063cd90ac12e648c360 /gnu/packages/linux.scm | |
parent | ef036c7d521cc6f0f8e69e6722bac26b077f9ae9 (diff) | |
download | guix-e7804c3da1df37a90fab7cbfcb1b582da06e3f97.tar guix-e7804c3da1df37a90fab7cbfcb1b582da06e3f97.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.56.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.56.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 5cc255f6aa..11077cd4a9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -377,8 +377,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.54" - "14i39mbihmz08c70f2p72s4in8wlqg8xf211pxamcnrv32kkckks" + (make-linux-libre "4.9.56" + "05wy73yh4jbn1881djs21wl4hws62lyc1frb5di6cg6m3z7j658i" %intel-compatible-systems #:configuration-file kernel-config)) |