diff options
author | Mark H Weaver <mhw@netris.org> | 2017-05-05 00:13:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-05-05 00:13:33 -0400 |
commit | 95011cb6a533435e298f18aa48df998aee2e6fac (patch) | |
tree | cd5ea1c8967a4265dc0164731ee4e884682321e1 /gnu/packages | |
parent | a501a6616841972f229def887241076936a46893 (diff) | |
download | guix-95011cb6a533435e298f18aa48df998aee2e6fac.tar guix-95011cb6a533435e298f18aa48df998aee2e6fac.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.26.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.26.
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 4a1cf2160a..da4579ca77 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -363,8 +363,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.25" - "15vcphpz40n75jwhbpbwiqvgxsdn05n6nbfg5cksyy24f9fpd35k" + (make-linux-libre "4.9.26" + "0s4al203v77bwhk787vr95wx4ivw1aqhw8qw4d36b5m28whh6a69" %intel-compatible-systems #:configuration-file kernel-config)) |