diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-09 03:13:10 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-09 03:16:15 -0500 |
commit | bff07c024efb8dbe704928a04b1305abb7f0aeab (patch) | |
tree | 5e23ce225dfba37dafb58009d42057513f3d8026 | |
parent | 5d3f673db4f866564b4226046a266de36dc21dbd (diff) |
gnu: linux-libre@4.9: Update to 4.9.144.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.144.
-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 12c0033196..74244de6af 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -433,8 +433,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.143" - "0vg6hs7vc09riyki8lyy73p3ghl6k9q4xfv7dals4s9q61i6b6d6" + (make-linux-libre "4.9.144" + "1jckikf1j294gr3sf43bfy3h34q3yqbqgqbj9l0px427h3n2vgkk" %intel-compatible-systems #:configuration-file kernel-config)) |