diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-19 15:31:02 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-19 15:31:02 -0400 |
commit | 7a402621ecdd64c49733691ebac3e8232b11c5cc (patch) | |
tree | e1bd1279887375d3806ac10ed897f33156044eb0 /gnu/packages/linux.scm | |
parent | a7c3dfeb6c0d2ae9a01bbf7ca9e2f71314a517cb (diff) | |
download | guix-7a402621ecdd64c49733691ebac3e8232b11c5cc.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.57.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.57.
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 8fc04515b9..b21e3cae1a 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.56" - "05wy73yh4jbn1881djs21wl4hws62lyc1frb5di6cg6m3z7j658i" + (make-linux-libre "4.9.57" + "02ldxzbazdbhvgkwxl6xblkwj75s5cm33fpm77kv394w35jan3by" %intel-compatible-systems #:configuration-file kernel-config)) |