diff options
author | Mark H Weaver <mhw@netris.org> | 2017-06-15 06:21:49 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-06-15 06:21:49 -0400 |
commit | 58e53a046880bb7212d4e0659eba3212284d75bb (patch) | |
tree | 6382ccc9db3b0d324126cfdfea1b792f324a92a1 /gnu | |
parent | 603fd6b9a1e93fe62edf81e1ce0d2578b6f393cf (diff) | |
download | patches-58e53a046880bb7212d4e0659eba3212284d75bb.tar patches-58e53a046880bb7212d4e0659eba3212284d75bb.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.72.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.72.
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 9b2a522361..dbeb0d3f67 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.4 - (make-linux-libre "4.4.71" - "0nrd165crx9m9s1px98if6q5dcdqwmas9kh8i4rw51gz2xinh0gx" + (make-linux-libre "4.4.72" + "1xb2hyyw1db1viahi3fxwvch17lgn2yx3qcghrb20hys19pxz0f4" %intel-compatible-systems #:configuration-file kernel-config)) |