diff options
author | Mark H Weaver <mhw@netris.org> | 2017-06-09 01:29:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-06-09 01:29:47 -0400 |
commit | f1a710c3210795c8c501a06799a1ac55b06bc83b (patch) | |
tree | 23423e53dba36cca0b120ccca8dc9e263071f6fe | |
parent | 8befd0940b4d443d5c2f1e91f9fe1b375f30fe1f (diff) | |
download | gnu-guix-f1a710c3210795c8c501a06799a1ac55b06bc83b.tar gnu-guix-f1a710c3210795c8c501a06799a1ac55b06bc83b.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.71.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.71.
-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 14e921ecd3..ea2de00214 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.70" - "1dvcj3mk42m91y1x41yh52frjdcwip1wj57qwlkmrpg02icr0b3s" + (make-linux-libre "4.4.71" + "0nrd165crx9m9s1px98if6q5dcdqwmas9kh8i4rw51gz2xinh0gx" %intel-compatible-systems #:configuration-file kernel-config)) |