diff options
author | Mark H Weaver <mhw@netris.org> | 2017-06-09 01:30:29 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-06-09 01:30:29 -0400 |
commit | e2d57d12ce5dc63c8c96c77a3dc5a269b3cc5f49 (patch) | |
tree | bb61172020837f0678d2d6988ff2105a031a2f55 /gnu | |
parent | f1a710c3210795c8c501a06799a1ac55b06bc83b (diff) |
gnu: linux-libre@4.9: Update to 4.9.31.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.31.
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 ea2de00214..51dd781777 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -368,8 +368,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.30" - "1m1ii9n65lwkbwx0ifj13vgdfr0mnx8n7sfvhf5mn4r8krhxi77a" + (make-linux-libre "4.9.31" + "0amc35c9f2rym6grb277yscnx8ybn8d4fbc2a59sgkg1lsdv7n4q" %intel-compatible-systems #:configuration-file kernel-config)) |