diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-10 13:23:20 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-10 13:23:20 -0400 |
commit | 176999f18ed37e8e494fd9fa5ef12e67d6275386 (patch) | |
tree | b01fbd806e585f2f44d61ddae43bb2ad251f3bf0 /gnu | |
parent | d7e9bd15faddb2a7902f8745d927fdd5d73a5296 (diff) | |
download | patches-176999f18ed37e8e494fd9fa5ef12e67d6275386.tar patches-176999f18ed37e8e494fd9fa5ef12e67d6275386.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.126.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.126.
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 f510e02ab9..1be1b37ec2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -446,8 +446,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.125" - "1saihk61l1kk42jf8yfsfkm77zalq31f0bdlam3c1g7yw702wj9g" + (make-linux-libre "4.9.126" + "0qa9zxa7isn20b9sbjcyrqfynd00phddv3yindp5dmvsng1kwxj8" %intel-compatible-systems #:configuration-file kernel-config)) |