diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-14 03:32:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-14 03:32:26 -0400 |
commit | e96b4378a2915d0d6a67f1d62b6064fa1f02c0fb (patch) | |
tree | 2208ab5167485edd650fa852c054e95ed5ec25bb /gnu/packages/linux.scm | |
parent | 7aee6a311b8846cdc7cdeb8c6c806960be3e1a2a (diff) |
gnu: linux-libre@4.9: Update to 4.9.43.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.43.
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 2e012c3bb3..1814945f0e 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.42" - "0i08jhglvh015kv0ld0gqk6a7rmy65r47is83rmj4d0lzh2nin88" + (make-linux-libre "4.9.43" + "0fxid4xmnrcq966vz2wsb6spw3i02pvqp2hv8xfrx7dr3hfs9nrr" %intel-compatible-systems #:configuration-file kernel-config)) |