diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-28 05:37:08 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-28 05:37:08 -0400 |
commit | cd5ba39588a2208696078c1f28462cef512a0f0e (patch) | |
tree | 73a1ccbbb8cb23e8fda0273f32e4da3a7dec324d /gnu/packages | |
parent | 8ba0bd1c6c6d7476f5252da95cdc906b63935418 (diff) | |
download | guix-cd5ba39588a2208696078c1f28462cef512a0f0e.tar.gz guix-cd5ba39588a2208696078c1f28462cef512a0f0e.zip |
gnu: linux-libre@4.9: Update to 4.9.18.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.18.
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 a9fbf918c8..3d31fe440d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -348,8 +348,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.17" - "1543b159s6v5z9l2bskw9rd6v8d98da8sppd34lz7nin6nk00cpk" + (make-linux-libre "4.9.18" + "1f8a4z0hjl4j899pzlyblp7wbn6n5r5lxkw0hwy6ml0dm0dkscrj" %intel-compatible-systems #:configuration-file kernel-config)) |