diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-27 01:21:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-27 01:21:55 -0400 |
commit | ce9484d85101338d2aa7194155ae232722a9b0f4 (patch) | |
tree | 81a38502736246ca0176bdc50321d5f3083355a7 /gnu/packages | |
parent | ab7da7bc39004cb1d2d09ce9b0c34ee7993fc141 (diff) | |
download | guix-ce9484d85101338d2aa7194155ae232722a9b0f4.tar.gz guix-ce9484d85101338d2aa7194155ae232722a9b0f4.zip |
gnu: linux-libre@4.9: Update to 4.9.103.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.103.
Diffstat (limited to 'gnu/packages')
-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 990d2c9d98..eadc1ad639 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -413,8 +413,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.102" - "1y32rc2zi2is4yl184i1vbbvc7gvkyr15r325g2syascxqzxarn0" + (make-linux-libre "4.9.103" + "00g58y92pmb6xf9lhjrab2jrjv3naw3857pf9s43dvh6fwlbccbf" %intel-compatible-systems #:configuration-file kernel-config)) |