diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-03 01:30:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-03 01:30:25 -0400 |
commit | 336b8d422dce2880061d7ebf1d6d3228f808e9ed (patch) | |
tree | 857cfd828a66f696073300517268d7bd07027397 /gnu/packages/linux.scm | |
parent | 15d44dfe22465d2a97391c591054293f3af23bce (diff) | |
download | guix-336b8d422dce2880061d7ebf1d6d3228f808e9ed.tar.gz guix-336b8d422dce2880061d7ebf1d6d3228f808e9ed.zip |
gnu: linux-libre@4.9: Update to 4.9.60.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.60.
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 60f922e5f0..1012c519d2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -378,8 +378,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.59" - "0z8hq8a6ic38xh33idzl0k0yi4isgd7ncl2g1d6mzf9ixw5krhvc" + (make-linux-libre "4.9.60" + "1qfwbw32hvw7a7ly63g39r4wjnpln5zlrrx42asavc5z9dry4pxj" %intel-compatible-systems #:configuration-file kernel-config)) |