diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-30 16:42:23 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-30 16:42:23 -0400 |
commit | f62acf1eb7ae9f3a582e897abbbfb229f112b31e (patch) | |
tree | ccff7943d680afed3932e602fc32009dfc9a67b2 /gnu/packages | |
parent | 7f79df4ae8b8fc284898b0e002948f1694d4f47e (diff) | |
download | guix-f62acf1eb7ae9f3a582e897abbbfb229f112b31e.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.19.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.19.
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 8a18030d0a..c3fecd0e76 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -352,8 +352,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.18" - "1f8a4z0hjl4j899pzlyblp7wbn6n5r5lxkw0hwy6ml0dm0dkscrj" + (make-linux-libre "4.9.19" + "19x6hasx7pvrjj08vy8mhylx1s63j3dwxzgqh4k18jwzjfkv3p3g" %intel-compatible-systems #:configuration-file kernel-config)) |