diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-23 00:53:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-23 00:53:03 -0400 |
commit | 1b635caface4fa5eaefae12648be58fbb4a9ad92 (patch) | |
tree | 13e60bf23a08208e9e590dc8746a5b9aa915cf78 /gnu/packages/linux.scm | |
parent | 8e4a976c68b0d805eb8e30615c40322de6d7a7f3 (diff) | |
download | gnu-guix-1b635caface4fa5eaefae12648be58fbb4a9ad92.tar gnu-guix-1b635caface4fa5eaefae12648be58fbb4a9ad92.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.58.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.58.
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 8a95af98d4..5bc73a8009 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.57" - "02ldxzbazdbhvgkwxl6xblkwj75s5cm33fpm77kv394w35jan3by" + (make-linux-libre "4.9.58" + "0f1yxdvzdr1zfkh86i9z0p7ywdlz0blxnd11wbnw763qyk3qydyk" %intel-compatible-systems #:configuration-file kernel-config)) |