diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-10 20:31:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-10 20:31:56 -0400 |
commit | 85e267fdba3eefe0c44e81d9624f413783b9ae21 (patch) | |
tree | 37a00eee8720f6323a05fa06b7cc579f198d9214 /gnu/packages | |
parent | 8c6770057e38f0a478c78f9ed2290872b475dd08 (diff) | |
download | guix-85e267fdba3eefe0c44e81d9624f413783b9ae21.tar guix-85e267fdba3eefe0c44e81d9624f413783b9ae21.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.119.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.119.
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 f9ebdd82ad..037f74e91f 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.118" - "0zh9l0r828jjbmmqp0hwkjm34ly8kqhfddlyigmliz0j39dg0137" + (make-linux-libre "4.9.119" + "1wqy9163w9srf614p57c3m7h8a2lbwv7f21m4cym397paqfkh4z4" %intel-compatible-systems #:configuration-file kernel-config)) |