diff options
author | Mark H Weaver <mhw@netris.org> | 2017-06-30 00:12:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-06-30 00:12:55 -0400 |
commit | 426187d27838f4d38ccd25bf9da955bdaab55a1c (patch) | |
tree | 01f4b957663d4278b073663551272135b3e9a79d /gnu/packages | |
parent | 5d7f9c156e61e3789e7b8f051589a84f66909d52 (diff) | |
download | guix-426187d27838f4d38ccd25bf9da955bdaab55a1c.tar guix-426187d27838f4d38ccd25bf9da955bdaab55a1c.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.35.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.35.
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 83465ed609..3aa0159053 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -373,8 +373,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.34" - "00jm3338kvhfj850lg3mvk680fmfw34mvwaq41lvxgb1z2xqqlz1" + (make-linux-libre "4.9.35" + "0fs90jgb01jybkclngg5asvbs1y70f2abs395qcb3lxpx7zxhy1h" %intel-compatible-systems #:configuration-file kernel-config)) |