diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-28 22:28:23 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-28 22:28:23 -0400 |
commit | 88deca15b52e50aec2fb59e8e3392df8d6321de9 (patch) | |
tree | a2f41d4729cfcaf4b4168e9465ea634b8ea137a8 /gnu | |
parent | 813b4454a8c090bf3328519827e1f96506ad6ae5 (diff) | |
download | guix-88deca15b52e50aec2fb59e8e3392df8d6321de9.tar guix-88deca15b52e50aec2fb59e8e3392df8d6321de9.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.59.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.59.
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 74ca0ac820..6bb2b5d2e1 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.58" - "0f1yxdvzdr1zfkh86i9z0p7ywdlz0blxnd11wbnw763qyk3qydyk" + (make-linux-libre "4.9.59" + "0z8hq8a6ic38xh33idzl0k0yi4isgd7ncl2g1d6mzf9ixw5krhvc" %intel-compatible-systems #:configuration-file kernel-config)) |