diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-17 23:34:34 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-17 23:34:34 -0500 |
commit | 42159e76e257a3a0ab7357efc79bdc25ead369fb (patch) | |
tree | 83dba733bcab15b6d467193f4bf5c3b48678643e | |
parent | c15ba0dbf1cda50a8af171ff0598e15eef2a14d4 (diff) | |
download | guix-42159e76e257a3a0ab7357efc79bdc25ead369fb.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.146.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.146.
-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 d64ae29926..94f28aac9b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -433,8 +433,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.145" - "18xbv2m742p3dd68wlsn70if67k0g8qvqcrk1ffhcj1712s28nif" + (make-linux-libre "4.9.146" + "0z1jdpa5z3kcgl29am19rvips03w7hr106rc3p9rzggblr623dy5" %intel-compatible-systems #:configuration-file kernel-config)) |