diff options
author | Mark H Weaver <mhw@netris.org> | 2017-04-13 04:15:38 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-04-13 04:15:38 -0400 |
commit | c8d6d510f63ba737dc521e7c69faa9d788506172 (patch) | |
tree | f65b7d091ac519c7d6355cdcbcc9e2f161783b85 | |
parent | 9dae0a761142fd3f4aeb054729c6720c0bea5163 (diff) |
gnu: linux-libre@4.9: Update to 4.9.22.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.22.
-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 d8f885bc13..9a9b2c49e3 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.21" - "0zmn3261rf5asd4r64qiv1h4ka93pb1aagj7rmw6lyi36yqxc19b" + (make-linux-libre "4.9.22" + "1dvsbqkw7wvg40nmzdyiyvb0i54j5w6d9dvsvv7z87d2id56lqm0" %intel-compatible-systems #:configuration-file kernel-config)) |