diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-13 19:57:18 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-13 20:00:41 -0500 |
commit | c4cc1b9d20212369d485a7b3788160117926ea3b (patch) | |
tree | ce98327c6ee5e3a1aab841c881f7ac3fda3dd173 /gnu | |
parent | e6658c7b3803352c666fb9469ce135091ce22dbb (diff) | |
download | patches-c4cc1b9d20212369d485a7b3788160117926ea3b.tar patches-c4cc1b9d20212369d485a7b3788160117926ea3b.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.145.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.145.
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 d4423240d5..014a144759 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.144" - "1jckikf1j294gr3sf43bfy3h34q3yqbqgqbj9l0px427h3n2vgkk" + (make-linux-libre "4.9.145" + "18xbv2m742p3dd68wlsn70if67k0g8qvqcrk1ffhcj1712s28nif" %intel-compatible-systems #:configuration-file kernel-config)) |