diff options
author | Mark H Weaver <mhw@netris.org> | 2016-09-25 03:55:37 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-09-25 03:55:37 -0400 |
commit | dfcce0cc8dcfe2ec1031b71b9ef9747df1228f8e (patch) | |
tree | 50822f9b2997d003d8a842eb327c28fd17617b30 /gnu | |
parent | 94c5dc8c03b22ee1208226cc34f9fa434536f9db (diff) | |
download | guix-dfcce0cc8dcfe2ec1031b71b9ef9747df1228f8e.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.22.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.22.
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 9f48e0c2c5..e6db736d58 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -324,8 +324,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.21" - "0wl57p045yazccl5x35ibajv8s05zf0qvi3l8sas12lz5bji3ajp" + (make-linux-libre "4.4.22" + "0pwqp5hain26p3wmiqgq3qasyp4j7nl2ai49sq2n8xdi3g2vnmii" %intel-compatible-systems #:configuration-file kernel-config)) |