diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-07 14:36:21 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-07 14:39:49 -0400 |
commit | 8dfb63f8de10746c1663c3aa6fbbee05486b9e89 (patch) | |
tree | 4b21ba23dc84d48383894bf239e8622b93b853ec /gnu | |
parent | b7d147c12beee5a1a08c525e88d103ec752a79c8 (diff) | |
download | guix-8dfb63f8de10746c1663c3aa6fbbee05486b9e89.tar guix-8dfb63f8de10746c1663c3aa6fbbee05486b9e89.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.118.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.118.
Diffstat (limited to 'gnu')
-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 855d6b1ab1..d3c13f65fa 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,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.117" - "0lvy6psiw1vkc3ax4fmz07fx635qm9f46p84ds30paw7nhwm115x" + (make-linux-libre "4.9.118" + "0zh9l0r828jjbmmqp0hwkjm34ly8kqhfddlyigmliz0j39dg0137" %intel-compatible-systems #:configuration-file kernel-config)) |