diff options
author | Mark H Weaver <mhw@netris.org> | 2017-04-09 06:00:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-04-09 06:00:47 -0400 |
commit | 0ab8ff138ca8c5b0ec9957796b4fd554b3d49c5f (patch) | |
tree | 68722cfeab130859ce5518720a4fccaf55417b39 /gnu/packages/linux.scm | |
parent | 3ca1c5e2eca8ea8c1355cd41f5c96eaa37ec0fde (diff) | |
download | gnu-guix-0ab8ff138ca8c5b0ec9957796b4fd554b3d49c5f.tar gnu-guix-0ab8ff138ca8c5b0ec9957796b4fd554b3d49c5f.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.21.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.21.
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 31433728eb..bf9916e294 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -362,8 +362,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.20" - "0hnxylfnyz3xf7k3qcq2wri2wpbi2islngxjmqp445v1pzr4k9xp" + (make-linux-libre "4.9.21" + "0zmn3261rf5asd4r64qiv1h4ka93pb1aagj7rmw6lyi36yqxc19b" %intel-compatible-systems #:configuration-file kernel-config)) |