diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-12 15:51:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-12 15:51:47 -0400 |
commit | 5a8fc7de66d300ba5ebc0dcffbfa8daee039c07c (patch) | |
tree | a6d56d5f224d3423614fb7a98c203eb0a81fa169 | |
parent | 7d7c84a7bffc3f83636d4871a7798e2d060f28f0 (diff) | |
download | patches-5a8fc7de66d300ba5ebc0dcffbfa8daee039c07c.tar patches-5a8fc7de66d300ba5ebc0dcffbfa8daee039c07c.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.42.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.42.
-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 6d64f58651..2a13257a1d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -374,8 +374,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.41" - "1mkx7rvcny8b0yjkzd8zc53d15h1w8y75m0x6jx0dz3r9y3k0nql" + (make-linux-libre "4.9.42" + "0i08jhglvh015kv0ld0gqk6a7rmy65r47is83rmj4d0lzh2nin88" %intel-compatible-systems #:configuration-file kernel-config)) |