diff options
author | Mark H Weaver <mhw@netris.org> | 2017-05-21 01:45:21 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-05-21 01:45:21 -0400 |
commit | 519fd6c36738e2f7d675d04fb504773e71f715f4 (patch) | |
tree | 351ed6c3a945bc9ac8bea7eab618fd2feb9c1664 /gnu/packages | |
parent | ec8d69ebfe59aad304125afe38e4ea69105cf009 (diff) | |
download | guix-519fd6c36738e2f7d675d04fb504773e71f715f4.tar guix-519fd6c36738e2f7d675d04fb504773e71f715f4.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.29.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.29.
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 2042287a1b..8da5b2a27f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -364,8 +364,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.28" - "14qygh6rmkwxncv6qwsps03w1ab8km6k0x7mp8zsn6wpkvcw98zd" + (make-linux-libre "4.9.29" + "0yj4gajdzilxnh9lhb2zl0hs654lagdfx8cp7bv2w4q41bnmc3l9" %intel-compatible-systems #:configuration-file kernel-config)) |