diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-21 14:56:44 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-21 14:56:44 -0400 |
commit | 9ab6c680ba7e42d3a7cf13c74a7bbcb53c5c390e (patch) | |
tree | ae57190854d206495facda424f89d04c26d7a687 /gnu/packages/linux.scm | |
parent | 673364cd3a7848067dc3ecb69c7f8a4f3a28f6d5 (diff) | |
download | guix-9ab6c680ba7e42d3a7cf13c74a7bbcb53c5c390e.tar.gz guix-9ab6c680ba7e42d3a7cf13c74a7bbcb53c5c390e.zip |
gnu: linux-libre@4.4: Update to 4.4.162.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.162.
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 2aeddc2a34..5cbf87b68c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -452,8 +452,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.161" - "1q6bsndpjgw72mybhl5l8vrxs4mimg6821bjgi1pjkxbc7nd921b" + (make-linux-libre "4.4.162" + "1anb2k9i03369lvbwlw24vimxvk8zpcql4ryz0ydvf3pxv8lirm2" %intel-compatible-systems #:configuration-file kernel-config)) |