diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-17 14:40:29 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-17 14:40:29 -0400 |
commit | 1e070766c0ad2cead233bb87a000e2e7903a0848 (patch) | |
tree | 00f7f4c35fb304ca5f61c637d114714f32e0a565 /gnu/packages/linux.scm | |
parent | 821f18719d2c10b0c2a2e564940c1f51da96714c (diff) |
gnu: linux-libre@4.9: Update to 4.9.44.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.44.
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 2a838b9470..5188bd3e35 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -374,8 +374,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.43" - "0fxid4xmnrcq966vz2wsb6spw3i02pvqp2hv8xfrx7dr3hfs9nrr" + (make-linux-libre "4.9.44" + "0a92bsb5d0pyhyn5ypc8ashwxixhivdadvikcpv31376j842fmj2" %intel-compatible-systems #:configuration-file kernel-config)) |