diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-28 21:08:19 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-28 21:08:19 -0400 |
commit | dfa0c66cc96350aff08817f1271817e27fc1e5ec (patch) | |
tree | f80118010a32734e8659903af0de85ceeced51a3 /gnu/packages | |
parent | 6b96478c6d09db55ac8192140ccbd828c7614185 (diff) | |
download | guix-dfa0c66cc96350aff08817f1271817e27fc1e5ec.tar guix-dfa0c66cc96350aff08817f1271817e27fc1e5ec.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.40.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.40.
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 021a90f60e..f43fe12066 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.9 - (make-linux-libre "4.9.39" - "03rnbz1wf3d0fi5zrhygx1b20bx23fy310d8h74zc6z4jh6fsbx3" + (make-linux-libre "4.9.40" + "1qaqi2dcydyxw79yj9pa7yxf13ss4rng7bgg0i1dl63c3g7qjgcz" %intel-compatible-systems #:configuration-file kernel-config)) |