diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-09 21:08:51 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-09 21:08:51 -0500 |
commit | f8071bea91f1e55dfb20c29cf61fb876a7fff994 (patch) | |
tree | 523121930d99da71db4e90fa00ea0db2526f3af6 /gnu | |
parent | 3c3d20c8f35082e20251ec962997b12def2c3164 (diff) |
gnu: linux-libre@4.1: Update to 4.1.46.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.46.
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 6cd3e833da..f01c604e66 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -395,8 +395,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.1 - (make-linux-libre "4.1.45" - "1ifpyyq86x0imjdfb9vm7m8dbnkw82a7bqczx166zrssc1fc677l" + (make-linux-libre "4.1.46" + "0bg1vplfksgsnxqdxdp2n0b5lv2j299nv52s8hpja5ckp396jkhk" %intel-compatible-systems #:configuration-file kernel-config)) |