diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-13 13:06:28 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-13 13:06:28 -0500 |
commit | 47b731b372c652f8f68d0a2f46cac16bfb69fd32 (patch) | |
tree | 6ab3152eef390b2f827a8fe8d39ec387457cb25b /gnu/packages/linux.scm | |
parent | 117c83bdc7cd914cebdc895c90b00304f7348592 (diff) | |
download | guix-47b731b372c652f8f68d0a2f46cac16bfb69fd32.tar guix-47b731b372c652f8f68d0a2f46cac16bfb69fd32.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.81.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.81.
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 23fca6f435..79b6664121 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -401,8 +401,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.80" - "094c66sh4h1n46as20n0ip2clp89khsn91ngxwg5p85gf3jqk1h9" + (make-linux-libre "4.9.81" + "1x89llah2hklh36rgx7cywacdmvbs9334101qhpycicdi5sv7mnn" %intel-compatible-systems #:configuration-file kernel-config)) |